Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pinctrl/starfive/
H A Dpinctrl-starfive-jh7110.h28 unsigned int is_reg_base; member
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.c825 irq_type |= readl_relaxed(base + irq_reg->is_reg_base) & ~mask; in jh7110_irq_set_type()
826 writel_relaxed(irq_type, base + irq_reg->is_reg_base); in jh7110_irq_set_type()