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