Searched refs:rcar_sysc_base (Results 1 – 1 of 1) sorted by relevance
34 static void __iomem *rcar_sysc_base; variable43 if (ioread32(rcar_sysc_base + SYSCSR) & (1 << sr_bit)) in rcar_sysc_pwr_on_off()52 rcar_sysc_base + sysc_ch->chan_offs + reg_offs); in rcar_sysc_pwr_on_off()79 iowrite32(isr_mask, rcar_sysc_base + SYSCISCR); in rcar_sysc_update()86 status = ioread32(rcar_sysc_base + in rcar_sysc_update()91 if (ioread32(rcar_sysc_base + SYSCISR) & isr_mask) in rcar_sysc_update()99 iowrite32(isr_mask, rcar_sysc_base + SYSCISCR); in rcar_sysc_update()105 sysc_ch->isr_bit, ioread32(rcar_sysc_base + SYSCISR), ret); in rcar_sysc_update()123 st = ioread32(rcar_sysc_base + sysc_ch->chan_offs + PWRSR_OFFS); in rcar_sysc_power_is_off()132 rcar_sysc_base = ioremap_nocache(base, PAGE_SIZE); in rcar_sysc_init()[all …]