Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpio/
Dgpio-pl061.c129 u8 gpiois, gpioibe, gpioiev; in pl061_irq_type() local
150 gpioibe = readb(pl061->base + GPIOIBE); in pl061_irq_type()
156 gpioibe &= ~bit; in pl061_irq_type()
172 gpioibe |= bit; in pl061_irq_type()
182 gpioibe &= ~bit; in pl061_irq_type()
195 gpioibe &= ~bit; in pl061_irq_type()
203 writeb(gpioibe, pl061->base + GPIOIBE); in pl061_irq_type()