Searched refs:rcar_sysc_base (Results 1 – 1 of 1) sorted by relevance
51 static void __iomem *rcar_sysc_base; variable69 if (ioread32(rcar_sysc_base + SYSCSR) & BIT(sr_bit)) in rcar_sysc_pwr_on_off()79 rcar_sysc_base + sysc_ch->chan_offs + reg_offs); in rcar_sysc_pwr_on_off()95 iowrite32(isr_mask, rcar_sysc_base + SYSCISCR); in rcar_sysc_power()103 status = ioread32(rcar_sysc_base + in rcar_sysc_power()118 if (ioread32(rcar_sysc_base + SYSCISR) & isr_mask) in rcar_sysc_power()126 iowrite32(isr_mask, rcar_sysc_base + SYSCISCR); in rcar_sysc_power()132 sysc_ch->isr_bit, ioread32(rcar_sysc_base + SYSCISR), ret); in rcar_sysc_power()150 st = ioread32(rcar_sysc_base + sysc_ch->chan_offs + PWRSR_OFFS); in rcar_sysc_power_is_off()159 rcar_sysc_base = ioremap_nocache(base, PAGE_SIZE); in rcar_sysc_init()[all …]