sysc_ch 67 drivers/soc/renesas/rcar-sysc.c static int rcar_sysc_pwr_on_off(const struct rcar_sysc_ch *sysc_ch, bool on) sysc_ch 91 drivers/soc/renesas/rcar-sysc.c iowrite32(BIT(sysc_ch->chan_bit), sysc_ch 92 drivers/soc/renesas/rcar-sysc.c rcar_sysc_base + sysc_ch->chan_offs + reg_offs); sysc_ch 97 drivers/soc/renesas/rcar-sysc.c static int rcar_sysc_power(const struct rcar_sysc_ch *sysc_ch, bool on) sysc_ch 99 drivers/soc/renesas/rcar-sysc.c unsigned int isr_mask = BIT(sysc_ch->isr_bit); sysc_ch 100 drivers/soc/renesas/rcar-sysc.c unsigned int chan_mask = BIT(sysc_ch->chan_bit); sysc_ch 121 drivers/soc/renesas/rcar-sysc.c ret = rcar_sysc_pwr_on_off(sysc_ch, on); sysc_ch 126 drivers/soc/renesas/rcar-sysc.c sysc_ch->chan_offs + PWRER_OFFS); sysc_ch 154 drivers/soc/renesas/rcar-sysc.c sysc_ch->isr_bit, ioread32(rcar_sysc_base + SYSCISR), ret); sysc_ch 158 drivers/soc/renesas/rcar-sysc.c static bool rcar_sysc_power_is_off(const struct rcar_sysc_ch *sysc_ch) sysc_ch 162 drivers/soc/renesas/rcar-sysc.c st = ioread32(rcar_sysc_base + sysc_ch->chan_offs + PWRSR_OFFS); sysc_ch 163 drivers/soc/renesas/rcar-sysc.c if (st & BIT(sysc_ch->chan_bit))