Home
last modified time | relevance | path

Searched refs:gpioiev (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
157 gpioiev = readb(chip->base + GPIOIEV); in pl061_irq_type()
164 gpioiev |= bit; in pl061_irq_type()
166 gpioiev &= ~bit; in pl061_irq_type()
176 gpioiev |= bit; in pl061_irq_type()
178 gpioiev &= ~bit; in pl061_irq_type()
183 writeb(gpioiev, chip->base + GPIOIEV); in pl061_irq_type()