Home
last modified time | relevance | path

Searched refs:rcar_sysc_base (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/drivers/soc/renesas/
Drcar-sysc.c65 static void __iomem *rcar_sysc_base; variable
84 ret = readl_poll_timeout_atomic(rcar_sysc_base + SYSCSR, val, in rcar_sysc_pwr_on_off()
92 rcar_sysc_base + sysc_ch->chan_offs + reg_offs); in rcar_sysc_pwr_on_off()
112 rcar_sysc_base + rcar_sysc_extmask_offs); in rcar_sysc_power()
119 iowrite32(ioread32(rcar_sysc_base + SYSCIMR) | isr_mask, in rcar_sysc_power()
120 rcar_sysc_base + SYSCIMR); in rcar_sysc_power()
121 iowrite32(ioread32(rcar_sysc_base + SYSCIER) | isr_mask, in rcar_sysc_power()
122 rcar_sysc_base + SYSCIER); in rcar_sysc_power()
124 iowrite32(isr_mask, rcar_sysc_base + SYSCISCR); in rcar_sysc_power()
132 status = ioread32(rcar_sysc_base + in rcar_sysc_power()
[all …]