Searched refs:gpioiev (Results 1 – 2 of 2) sorted by relevance
127 u8 gpiois, gpioibe, gpioiev; in pl061_irq_type() local146 gpioiev = readb(pl061->base + GPIOIEV); in pl061_irq_type()159 gpioiev |= bit; in pl061_irq_type()161 gpioiev &= ~bit; in pl061_irq_type()183 gpioiev |= bit; in pl061_irq_type()185 gpioiev &= ~bit; in pl061_irq_type()194 gpioiev &= ~bit; in pl061_irq_type()202 writeb(gpioiev, pl061->base + GPIOIEV); in pl061_irq_type()
112 u16 gpiois, gpioi_epos, gpioi_eneg, gpioiev; in zx_irq_type() local120 gpioiev = readw_relaxed(chip->base + ZX_GPIO_IV); in zx_irq_type()128 gpioiev |= bit; in zx_irq_type()130 gpioiev &= ~bit; in zx_irq_type()150 writew_relaxed(gpioiev, chip->base + ZX_GPIO_IV); in zx_irq_type()