GPIOIE            237 drivers/gpio/gpio-pl061.c 	gpioie = readb(pl061->base + GPIOIE) & ~mask;
GPIOIE            238 drivers/gpio/gpio-pl061.c 	writeb(gpioie, pl061->base + GPIOIE);
GPIOIE            250 drivers/gpio/gpio-pl061.c 	gpioie = readb(pl061->base + GPIOIE) | mask;
GPIOIE            251 drivers/gpio/gpio-pl061.c 	writeb(gpioie, pl061->base + GPIOIE);
GPIOIE            324 drivers/gpio/gpio-pl061.c 	writeb(0, pl061->base + GPIOIE); /* disable irqs */
GPIOIE            365 drivers/gpio/gpio-pl061.c 	pl061->csave_regs.gpio_ie = readb(pl061->base + GPIOIE);
GPIOIE            393 drivers/gpio/gpio-pl061.c 	writeb(pl061->csave_regs.gpio_ie, pl061->base + GPIOIE);