Lines Matching refs:prcmu_base
22 #define PRCM_ARM_WFI_STANDBY (prcmu_base + 0x130)
25 #define PRCM_IOCR (prcmu_base + 0x310)
29 #define PRCM_A9_MASK_REQ (prcmu_base + 0x328)
32 #define PRCM_A9_MASK_ACK (prcmu_base + 0x32c)
33 #define PRCM_ARMITMSK31TO0 (prcmu_base + 0x11c)
34 #define PRCM_ARMITMSK63TO32 (prcmu_base + 0x120)
35 #define PRCM_ARMITMSK95TO64 (prcmu_base + 0x124)
36 #define PRCM_ARMITMSK127TO96 (prcmu_base + 0x128)
37 #define PRCM_POWER_STATE_VAL (prcmu_base + 0x25C)
38 #define PRCM_ARMITVAL31TO0 (prcmu_base + 0x260)
39 #define PRCM_ARMITVAL63TO32 (prcmu_base + 0x264)
40 #define PRCM_ARMITVAL95TO64 (prcmu_base + 0x268)
41 #define PRCM_ARMITVAL127TO96 (prcmu_base + 0x26C)
43 static void __iomem *prcmu_base; variable
182 prcmu_base = ioremap(phy_base, size); in ux500_pm_init()
183 if (!prcmu_base) { in ux500_pm_init()