Searched refs:GPIOIBE (Results 1 – 2 of 2) sorted by relevance
31 #define GPIOIBE 0x408 macro152 gpioibe = readb(pl061->base + GPIOIBE); in pl061_irq_type()205 writeb(gpioibe, pl061->base + GPIOIBE); in pl061_irq_type()377 pl061->csave_regs.gpio_ibe = readb(pl061->base + GPIOIBE); in pl061_suspend()405 writeb(pl061->csave_regs.gpio_ibe, pl061->base + GPIOIBE); in pl061_resume()
64 #define GPIOIBE 0x018 macro1169 edge_both |= readl_relaxed(base + GPIOIBE) & ~mask; in starfive_irq_set_type()1170 writel_relaxed(edge_both, base + GPIOIBE); in starfive_irq_set_type()