Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpio/
H A Dgpio-pl061.c32 #define GPIOIEV 0x40C macro
150 gpioiev = readb(pl061->base + GPIOIEV); in pl061_irq_type()
206 writeb(gpioiev, pl061->base + GPIOIEV); in pl061_irq_type()
378 pl061->csave_regs.gpio_iev = readb(pl061->base + GPIOIEV); in pl061_suspend()
406 writeb(pl061->csave_regs.gpio_iev, pl061->base + GPIOIEV); in pl061_resume()
/openbmc/linux/drivers/pinctrl/starfive/
H A Dpinctrl-starfive-jh7100.c72 #define GPIOIEV 0x020 macro
1171 polarity |= readl_relaxed(base + GPIOIEV) & ~mask; in starfive_irq_set_type()
1172 writel_relaxed(polarity, base + GPIOIEV); in starfive_irq_set_type()