Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpio/
Dgpio-pl061.c30 #define GPIOIBE 0x408 macro
151 gpioibe = readb(pl061->base + GPIOIBE); in pl061_irq_type()
204 writeb(gpioibe, pl061->base + GPIOIBE); in pl061_irq_type()
376 pl061->csave_regs.gpio_ibe = readb(pl061->base + GPIOIBE); in pl061_suspend()
404 writeb(pl061->csave_regs.gpio_ibe, pl061->base + GPIOIBE); in pl061_resume()
/Linux-v6.1/drivers/pinctrl/starfive/
Dpinctrl-starfive-jh7100.c61 #define GPIOIBE 0x018 macro
1166 edge_both |= readl_relaxed(base + GPIOIBE) & ~mask; in starfive_irq_set_type()
1167 writel_relaxed(edge_both, base + GPIOIBE); in starfive_irq_set_type()