]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/arm/plat-omap/include/mach/control.h
OMAP3: PM: Force IVA2 into idle during bootup
[linux-2.6-omap-h63xx.git] / arch / arm / plat-omap / include / mach / control.h
index 4cbe212853c7092005de49de5464a90168b54ae2..40385960db9a0f91e6c4352c5b7c32253f824e72 100644 (file)
 #define OMAP3_PADCONF_WAKEUPEVENT0     (1 << 15)
 #define OMAP3_PADCONF_WAKEUPENABLE0    (1 << 14)
 
+/* CONTROL_IVA2_BOOTMOD bits */
+#define OMAP3_IVA2_BOOTMOD_SHIFT       0
+#define OMAP3_IVA2_BOOTMOD_MASK                (0xf << 0)
+#define OMAP3_IVA2_BOOTMOD_IDLE                (0x1 << 0)
+
 #ifndef __ASSEMBLY__
 #if defined(CONFIG_ARCH_OMAP2) || defined(CONFIG_ARCH_OMAP3)
 extern void __iomem *omap_ctrl_base_get(void);