Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpio/
Dgpio-pl061.c130 u8 gpiois, gpioibe, gpioiev; in pl061_irq_type() local
151 gpioibe = readb(pl061->base + GPIOIBE); in pl061_irq_type()
157 gpioibe &= ~bit; in pl061_irq_type()
173 gpioibe |= bit; in pl061_irq_type()
183 gpioibe &= ~bit; in pl061_irq_type()
196 gpioibe &= ~bit; in pl061_irq_type()
204 writeb(gpioibe, pl061->base + GPIOIBE); in pl061_irq_type()