Searched refs:gpioiev (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpio/ |
H A D | gpio-pl061.c | 131 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()
|
H A D | gpio-zx.c | 112 u16 gpiois, gpioi_epos, gpioi_eneg, gpioiev; in zx_irq_type() local 120 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()
|
/kernel/linux/linux-6.6/drivers/gpio/ |
H A D | gpio-pl061.c | 131 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()
|
Completed in 2 milliseconds