Searched refs:gpioiev (Results 1 – 2 of 2) sorted by relevance
131 u8 gpiois, gpioibe, gpioiev; in pl061_irq_type() local150 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()
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()