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

/linux-4.4.14/drivers/gpio/
H A Dgpio-pl061.c125 u8 gpiois, gpioibe, gpioiev; pl061_irq_type() local
145 gpiois = readb(chip->base + GPIOIS); pl061_irq_type()
154 gpiois |= bit; pl061_irq_type()
166 gpiois &= ~bit; pl061_irq_type()
176 gpiois &= ~bit; pl061_irq_type()
190 gpiois &= ~bit; pl061_irq_type()
198 writeb(gpiois, chip->base + GPIOIS); pl061_irq_type()
H A Dgpio-zx.c116 u16 gpiois, gpioi_epos, gpioi_eneg, gpioiev; zx_irq_type() local
125 gpiois = readw_relaxed(chip->base + ZX_GPIO_IVE); zx_irq_type()
130 gpiois |= bit; zx_irq_type()
136 gpiois &= ~bit; zx_irq_type()
151 writew_relaxed(gpiois, chip->base + ZX_GPIO_IVE); zx_irq_type()

Completed in 121 milliseconds