Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpio/
Dgpio-pl061.c149 u8 gpiois, gpioibe, gpioiev; in pl061_irq_type() local
159 gpioibe = readb(chip->base + GPIOIBE); in pl061_irq_type()
172 gpioibe |= bit; in pl061_irq_type()
174 gpioibe &= ~bit; in pl061_irq_type()
182 writeb(gpioibe, chip->base + GPIOIBE); in pl061_irq_type()