Searched refs:rcar_sysc_base (Results 1 – 1 of 1) sorted by relevance
64 static void __iomem *rcar_sysc_base; variable83 if (ioread32(rcar_sysc_base + SYSCSR) & BIT(sr_bit)) in rcar_sysc_pwr_on_off()93 rcar_sysc_base + sysc_ch->chan_offs + reg_offs); in rcar_sysc_pwr_on_off()114 rcar_sysc_base + rcar_sysc_extmask_offs); in rcar_sysc_power()121 iowrite32(ioread32(rcar_sysc_base + SYSCIMR) | isr_mask, in rcar_sysc_power()122 rcar_sysc_base + SYSCIMR); in rcar_sysc_power()123 iowrite32(ioread32(rcar_sysc_base + SYSCIER) | isr_mask, in rcar_sysc_power()124 rcar_sysc_base + SYSCIER); in rcar_sysc_power()126 iowrite32(isr_mask, rcar_sysc_base + SYSCISCR); in rcar_sysc_power()134 status = ioread32(rcar_sysc_base + in rcar_sysc_power()[all …]