Searched refs:gpioiev (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/gpio/
H A Dgpio-pl061.c149 u8 gpiois, gpioibe, gpioiev; pl061_irq_type() local
157 gpioiev = readb(chip->base + GPIOIEV); pl061_irq_type()
164 gpioiev |= bit; pl061_irq_type()
166 gpioiev &= ~bit; pl061_irq_type()
176 gpioiev |= bit; pl061_irq_type()
178 gpioiev &= ~bit; pl061_irq_type()
183 writeb(gpioiev, chip->base + GPIOIEV); pl061_irq_type()

Completed in 65 milliseconds