]> Pileus Git - ~andy/linux/blobdiff - arch/arm/mach-pxa/include/mach/pxa2xx-regs.h
[ARM] pxa: move pxa2xx specific PWRMODE definitions into pxa2xx-regs.h
[~andy/linux] / arch / arm / mach-pxa / include / mach / pxa2xx-regs.h
index 806ecfea44bfb87c18f09ac8c5c49ccdc29838ab..2b71d87c898f42019806386d93d88d64648bab2e 100644 (file)
 #define OSCC_OON       (1 << 1)        /* 32.768kHz OON (write-once only bit) */
 #define OSCC_OOK       (1 << 0)        /* 32.768kHz OOK (read-only bit) */
 
+/* PWRMODE register M field values */
+
+#define PWRMODE_IDLE           0x1
+#define PWRMODE_STANDBY                0x2
+#define PWRMODE_SLEEP          0x3
+#define PWRMODE_DEEPSLEEP      0x7
+
 #endif