Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpio/
Dgpio-pl061.c29 #define GPIOIBE 0x408 macro
148 gpioibe = readb(pl061->base + GPIOIBE); in pl061_irq_type()
201 writeb(gpioibe, pl061->base + GPIOIBE); in pl061_irq_type()
363 pl061->csave_regs.gpio_ibe = readb(pl061->base + GPIOIBE); in pl061_suspend()
391 writeb(pl061->csave_regs.gpio_ibe, pl061->base + GPIOIBE); in pl061_resume()