Searched refs:gpioiev (Results 1 – 2 of 2) sorted by relevance
130 u8 gpiois, gpioibe, gpioiev; in pl061_irq_type() local149 gpioiev = readb(pl061->base + GPIOIEV); in pl061_irq_type()162 gpioiev |= bit; in pl061_irq_type()164 gpioiev &= ~bit; in pl061_irq_type()186 gpioiev |= bit; in pl061_irq_type()188 gpioiev &= ~bit; in pl061_irq_type()197 gpioiev &= ~bit; in pl061_irq_type()205 writeb(gpioiev, pl061->base + GPIOIEV); in pl061_irq_type()
115 u16 gpiois, gpioi_epos, gpioi_eneg, gpioiev; in zx_irq_type() local123 gpioiev = readw_relaxed(chip->base + ZX_GPIO_IV); in zx_irq_type()131 gpioiev |= bit; in zx_irq_type()133 gpioiev &= ~bit; in zx_irq_type()153 writew_relaxed(gpioiev, chip->base + ZX_GPIO_IV); in zx_irq_type()