Lines Matching refs:rcar_sysc_base
65 static void __iomem *rcar_sysc_base; variable
84 ret = readl_poll_timeout_atomic(rcar_sysc_base + SYSCSR, val, in rcar_sysc_pwr_on_off()
92 rcar_sysc_base + sysc_ch->chan_offs + reg_offs); in rcar_sysc_pwr_on_off()
112 rcar_sysc_base + rcar_sysc_extmask_offs); in rcar_sysc_power()
119 iowrite32(ioread32(rcar_sysc_base + SYSCIMR) | isr_mask, in rcar_sysc_power()
120 rcar_sysc_base + SYSCIMR); in rcar_sysc_power()
121 iowrite32(ioread32(rcar_sysc_base + SYSCIER) | isr_mask, in rcar_sysc_power()
122 rcar_sysc_base + SYSCIER); in rcar_sysc_power()
124 iowrite32(isr_mask, rcar_sysc_base + SYSCISCR); in rcar_sysc_power()
132 status = ioread32(rcar_sysc_base + in rcar_sysc_power()
146 ret = readl_poll_timeout_atomic(rcar_sysc_base + SYSCISR, status, in rcar_sysc_power()
152 iowrite32(isr_mask, rcar_sysc_base + SYSCISCR); in rcar_sysc_power()
156 iowrite32(0, rcar_sysc_base + rcar_sysc_extmask_offs); in rcar_sysc_power()
161 sysc_ch->isr_bit, ioread32(rcar_sysc_base + SYSCISR), ret); in rcar_sysc_power()
169 st = ioread32(rcar_sysc_base + sysc_ch->chan_offs + PWRSR_OFFS); in rcar_sysc_power_is_off()
380 rcar_sysc_base = base; in rcar_sysc_pd_init()