Lines Matching +full:0 +full:x328
22 #define PRCM_ARM_WFI_STANDBY (prcmu_base + 0x130)
23 #define PRCM_ARM_WFI_STANDBY_WFI0 0x08
24 #define PRCM_ARM_WFI_STANDBY_WFI1 0x10
25 #define PRCM_IOCR (prcmu_base + 0x310)
26 #define PRCM_IOCR_IOFORCE 0x1
29 #define PRCM_A9_MASK_REQ (prcmu_base + 0x328)
30 #define PRCM_A9_MASK_REQ_PRCM_A9_MASK_REQ 0x1
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)
51 /* Set bit 0 register value to 1 */ in prcmu_gic_decouple()
61 return 0; in prcmu_gic_decouple()
69 /* Set bit 0 register value to 0 */ in prcmu_gic_recouple()
72 return 0; in prcmu_gic_recouple()
94 for (i = 0; i < PRCMU_GIC_NUMBER_REGS; i++) { in prcmu_gic_pending_irq()
116 for (i = 0; i < PRCMU_GIC_NUMBER_REGS - 1; i++) { in prcmu_pending_irq()
148 for (i = 0; i < PRCMU_GIC_NUMBER_REGS - 1; i++) { in prcmu_copy_gic_settings()
154 return 0; in prcmu_copy_gic_settings()
161 return 0; in ux500_suspend_enter()
188 dist_base = of_iomap(np, 0); in ux500_pm_init()