Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpio/
Dgpio-pl061.c127 u8 gpiois, gpioibe, gpioiev; in pl061_irq_type() local
148 gpioibe = readb(pl061->base + GPIOIBE); in pl061_irq_type()
154 gpioibe &= ~bit; in pl061_irq_type()
170 gpioibe |= bit; in pl061_irq_type()
180 gpioibe &= ~bit; in pl061_irq_type()
193 gpioibe &= ~bit; in pl061_irq_type()
201 writeb(gpioibe, pl061->base + GPIOIBE); in pl061_irq_type()