Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/pmdomain/renesas/
Drcar-sysc.c61 u16 chan_offs; member
98 iowrite32(BIT(pd->chan_bit), rcar_sysc_base + pd->chan_offs + reg_offs); in rcar_sysc_pwr_on_off()
138 status = ioread32(rcar_sysc_base + pd->chan_offs + PWRER_OFFS); in rcar_sysc_power()
174 st = ioread32(rcar_sysc_base + pd->chan_offs + PWRSR_OFFS); in rcar_sysc_power_is_off()
413 pd->chan_offs = area->chan_offs; in rcar_sysc_pd_init()
Drcar-sysc.h32 u16 chan_offs; /* Offset of PWRSR register for this area */ member