Searched refs:is_reg_base (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/pinctrl/starfive/
H A Dpinctrl-starfive-jh7110.h28 unsigned int is_reg_base; member in struct:jh7110_gpio_irq_reg
H A Dpinctrl-starfive-jh7110-aon.c128 .is_reg_base = JH7110_AON_GPIOIS,
H A Dpinctrl-starfive-jh7110-sys.c400 .is_reg_base = JH7110_SYS_GPIOIS0,
H A Dpinctrl-starfive-jh7110.c815 irq_type |= readl_relaxed(base + irq_reg->is_reg_base) & ~mask;
816 writel_relaxed(irq_type, base + irq_reg->is_reg_base);

Completed in 132 milliseconds