Searched refs:gpioiev (Results 1 – 2 of 2) sorted by relevance
125 u8 gpiois, gpioibe, gpioiev; in pl061_irq_type() local144 gpioiev = readb(chip->base + GPIOIEV); in pl061_irq_type()157 gpioiev |= bit; in pl061_irq_type()159 gpioiev &= ~bit; in pl061_irq_type()181 gpioiev |= bit; in pl061_irq_type()183 gpioiev &= ~bit; in pl061_irq_type()192 gpioiev &= ~bit; in pl061_irq_type()200 writeb(gpioiev, chip->base + GPIOIEV); in pl061_irq_type()
116 u16 gpiois, gpioi_epos, gpioi_eneg, gpioiev; in zx_irq_type() local124 gpioiev = readw_relaxed(chip->base + ZX_GPIO_IV); in zx_irq_type()132 gpioiev |= bit; in zx_irq_type()134 gpioiev &= ~bit; in zx_irq_type()154 writew_relaxed(gpioiev, chip->base + ZX_GPIO_IV); in zx_irq_type()