Home
last modified time | relevance | path

Searched refs:gpioiev (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
149 gpioiev = readb(pl061->base + GPIOIEV); in pl061_irq_type()
162 gpioiev |= bit; in pl061_irq_type()
164 gpioiev &= ~bit; in pl061_irq_type()
186 gpioiev |= bit; in pl061_irq_type()
188 gpioiev &= ~bit; in pl061_irq_type()
197 gpioiev &= ~bit; in pl061_irq_type()
205 writeb(gpioiev, pl061->base + GPIOIEV); in pl061_irq_type()