diff options
Diffstat (limited to 'include/asm-arm/arch-pxa')
-rw-r--r-- | include/asm-arm/arch-pxa/pxa-regs.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/asm-arm/arch-pxa/pxa-regs.h b/include/asm-arm/arch-pxa/pxa-regs.h index 3af7165ab0d7..a6a34edec813 100644 --- a/include/asm-arm/arch-pxa/pxa-regs.h +++ b/include/asm-arm/arch-pxa/pxa-regs.h | |||
@@ -2282,4 +2282,11 @@ | |||
2282 | 2282 | ||
2283 | #endif | 2283 | #endif |
2284 | 2284 | ||
2285 | /* PWRMODE register M field values */ | ||
2286 | |||
2287 | #define PWRMODE_IDLE 0x1 | ||
2288 | #define PWRMODE_STANDBY 0x2 | ||
2289 | #define PWRMODE_SLEEP 0x3 | ||
2290 | #define PWRMODE_DEEPSLEEP 0x7 | ||
2291 | |||
2285 | #endif | 2292 | #endif |