Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpio/
H A Dgpio-pl061.c131 u8 gpiois, gpioibe, gpioiev; in pl061_irq_type() local
150 gpioiev = readb(pl061->base + GPIOIEV); in pl061_irq_type()
163 gpioiev |= bit; in pl061_irq_type()
165 gpioiev &= ~bit; in pl061_irq_type()
187 gpioiev |= bit; in pl061_irq_type()
189 gpioiev &= ~bit; in pl061_irq_type()
198 gpioiev &= ~bit; in pl061_irq_type()
206 writeb(gpioiev, pl061->base + GPIOIEV); in pl061_irq_type()