Go to the documentation of this file.
7 #ifndef __ASM_ARCH_MENELAUS_H
8 #define __ASM_ARCH_MENELAUS_H
32 #define EN_VPLL_SLEEP (1 << 7)
33 #define EN_VMMC_SLEEP (1 << 6)
34 #define EN_VAUX_SLEEP (1 << 5)
35 #define EN_VIO_SLEEP (1 << 4)
36 #define EN_VMEM_SLEEP (1 << 3)
37 #define EN_DC3_SLEEP (1 << 2)
38 #define EN_DC2_SLEEP (1 << 1)
39 #define EN_VC_SLEEP (1 << 0)
43 #if defined(CONFIG_ARCH_OMAP2) && defined(CONFIG_MENELAUS)
44 #define omap_has_menelaus() 1
46 #define omap_has_menelaus() 0