Searched refs:GPIOIBE (Results 1 – 2 of 2) sorted by relevance
30 #define GPIOIBE 0x408 macro151 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()
61 #define GPIOIBE 0x018 macro1166 edge_both |= readl_relaxed(base + GPIOIBE) & ~mask; in starfive_irq_set_type()1167 writel_relaxed(edge_both, base + GPIOIBE); in starfive_irq_set_type()