rcar_sysc_base 64 drivers/soc/renesas/rcar-sysc.c static void __iomem *rcar_sysc_base; rcar_sysc_base 82 drivers/soc/renesas/rcar-sysc.c if (ioread32(rcar_sysc_base + SYSCSR) & BIT(sr_bit)) rcar_sysc_base 92 drivers/soc/renesas/rcar-sysc.c rcar_sysc_base + sysc_ch->chan_offs + reg_offs); rcar_sysc_base 112 drivers/soc/renesas/rcar-sysc.c iowrite32(ioread32(rcar_sysc_base + SYSCIMR) | isr_mask, rcar_sysc_base 113 drivers/soc/renesas/rcar-sysc.c rcar_sysc_base + SYSCIMR); rcar_sysc_base 114 drivers/soc/renesas/rcar-sysc.c iowrite32(ioread32(rcar_sysc_base + SYSCIER) | isr_mask, rcar_sysc_base 115 drivers/soc/renesas/rcar-sysc.c rcar_sysc_base + SYSCIER); rcar_sysc_base 117 drivers/soc/renesas/rcar-sysc.c iowrite32(isr_mask, rcar_sysc_base + SYSCISCR); rcar_sysc_base 125 drivers/soc/renesas/rcar-sysc.c status = ioread32(rcar_sysc_base + rcar_sysc_base 140 drivers/soc/renesas/rcar-sysc.c if (ioread32(rcar_sysc_base + SYSCISR) & isr_mask) rcar_sysc_base 148 drivers/soc/renesas/rcar-sysc.c iowrite32(isr_mask, rcar_sysc_base + SYSCISCR); rcar_sysc_base 154 drivers/soc/renesas/rcar-sysc.c sysc_ch->isr_bit, ioread32(rcar_sysc_base + SYSCISR), ret); rcar_sysc_base 162 drivers/soc/renesas/rcar-sysc.c st = ioread32(rcar_sysc_base + sysc_ch->chan_offs + PWRSR_OFFS); rcar_sysc_base 361 drivers/soc/renesas/rcar-sysc.c rcar_sysc_base = base;