Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpio/
Dgpio-pl061.c32 #define GPIOIBE 0x408 macro
150 gpioibe = readb(pl061->base + GPIOIBE); in pl061_irq_type()
203 writeb(gpioibe, pl061->base + GPIOIBE); in pl061_irq_type()
365 pl061->csave_regs.gpio_ibe = readb(pl061->base + GPIOIBE); in pl061_suspend()
393 writeb(pl061->csave_regs.gpio_ibe, pl061->base + GPIOIBE); in pl061_resume()