Lines Matching refs:rcar_sysc_base
68 static void __iomem *rcar_sysc_base; variable
87 ret = readl_poll_timeout_atomic(rcar_sysc_base + SYSCSR, val, in rcar_sysc_pwr_on_off()
98 iowrite32(BIT(pd->chan_bit), rcar_sysc_base + pd->chan_offs + reg_offs); in rcar_sysc_pwr_on_off()
118 rcar_sysc_base + rcar_sysc_extmask_offs); in rcar_sysc_power()
125 iowrite32(ioread32(rcar_sysc_base + SYSCIMR) | isr_mask, in rcar_sysc_power()
126 rcar_sysc_base + SYSCIMR); in rcar_sysc_power()
127 iowrite32(ioread32(rcar_sysc_base + SYSCIER) | isr_mask, in rcar_sysc_power()
128 rcar_sysc_base + SYSCIER); in rcar_sysc_power()
130 iowrite32(isr_mask, rcar_sysc_base + SYSCISCR); in rcar_sysc_power()
138 status = ioread32(rcar_sysc_base + pd->chan_offs + PWRER_OFFS); in rcar_sysc_power()
151 ret = readl_poll_timeout_atomic(rcar_sysc_base + SYSCISR, status, in rcar_sysc_power()
157 iowrite32(isr_mask, rcar_sysc_base + SYSCISCR); in rcar_sysc_power()
161 iowrite32(0, rcar_sysc_base + rcar_sysc_extmask_offs); in rcar_sysc_power()
166 pd->isr_bit, ioread32(rcar_sysc_base + SYSCISR), ret); in rcar_sysc_power()
174 st = ioread32(rcar_sysc_base + pd->chan_offs + PWRSR_OFFS); in rcar_sysc_power_is_off()
378 rcar_sysc_base = base; in rcar_sysc_pd_init()