diff options
| -rw-r--r-- | arch/arm/mach-mmp/include/mach/regs-apmu.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/mach-mmp/include/mach/regs-apmu.h b/arch/arm/mach-mmp/include/mach/regs-apmu.h index 919030514120..ac4702357a6e 100644 --- a/arch/arm/mach-mmp/include/mach/regs-apmu.h +++ b/arch/arm/mach-mmp/include/mach/regs-apmu.h | |||
| @@ -33,4 +33,16 @@ | |||
| 33 | #define APMU_FNRST_DIS (1 << 1) | 33 | #define APMU_FNRST_DIS (1 << 1) |
| 34 | #define APMU_AXIRST_DIS (1 << 0) | 34 | #define APMU_AXIRST_DIS (1 << 0) |
| 35 | 35 | ||
| 36 | /* Wake Clear Register */ | ||
| 37 | #define APMU_WAKE_CLR APMU_REG(0x07c) | ||
| 38 | |||
| 39 | #define APMU_PXA168_KP_WAKE_CLR (1 << 7) | ||
| 40 | #define APMU_PXA168_CFI_WAKE_CLR (1 << 6) | ||
| 41 | #define APMU_PXA168_XD_WAKE_CLR (1 << 5) | ||
| 42 | #define APMU_PXA168_MSP_WAKE_CLR (1 << 4) | ||
| 43 | #define APMU_PXA168_SD4_WAKE_CLR (1 << 3) | ||
| 44 | #define APMU_PXA168_SD3_WAKE_CLR (1 << 2) | ||
| 45 | #define APMU_PXA168_SD2_WAKE_CLR (1 << 1) | ||
| 46 | #define APMU_PXA168_SD1_WAKE_CLR (1 << 0) | ||
| 47 | |||
| 36 | #endif /* __ASM_MACH_REGS_APMU_H */ | 48 | #endif /* __ASM_MACH_REGS_APMU_H */ |
