1 #ifndef __ASM_ARM_PLATFORMS_MIDWAY_H
2 #define __ASM_ASM_PLATFORMS_MIDWAY_H
3 
4 /* addresses of SREG registers for resetting the SoC */
5 #define MW_SREG_PWR_REQ             0xfff3cf00
6 #define MW_SREG_A15_PWR_CTRL        0xfff3c200
7 
8 #define MW_PWR_SUSPEND              0
9 #define MW_PWR_SOFT_RESET           1
10 #define MW_PWR_HARD_RESET           2
11 #define MW_PWR_SHUTDOWN             3
12 
13 #endif /* __ASM_ARM_PLATFORMS_MIDWAY_H */
14 /*
15  * Local variables:
16  * mode: C
17  * c-file-style: "BSD"
18  * c-basic-offset: 4
19  * indent-tabs-mode: nil
20  * End:
21  */
22