GPIO_IMR          138 drivers/gpio/gpio-mpc8xxx.c 		& gc->read_reg(mpc8xxx_gc->regs + GPIO_IMR);
GPIO_IMR          154 drivers/gpio/gpio-mpc8xxx.c 	gc->write_reg(mpc8xxx_gc->regs + GPIO_IMR,
GPIO_IMR          155 drivers/gpio/gpio-mpc8xxx.c 		gc->read_reg(mpc8xxx_gc->regs + GPIO_IMR)
GPIO_IMR          169 drivers/gpio/gpio-mpc8xxx.c 	gc->write_reg(mpc8xxx_gc->regs + GPIO_IMR,
GPIO_IMR          170 drivers/gpio/gpio-mpc8xxx.c 		gc->read_reg(mpc8xxx_gc->regs + GPIO_IMR)
GPIO_IMR          412 drivers/gpio/gpio-mpc8xxx.c 	gc->write_reg(mpc8xxx_gc->regs + GPIO_IMR, 0);
GPIO_IMR          284 drivers/gpio/gpio-mxc.c 	irq_stat = readl(port->base + GPIO_ISR) & readl(port->base + GPIO_IMR);
GPIO_IMR          302 drivers/gpio/gpio-mxc.c 		irq_msk = readl(port->base + GPIO_IMR);
GPIO_IMR          364 drivers/gpio/gpio-mxc.c 	ct->regs.mask = GPIO_IMR;
GPIO_IMR          459 drivers/gpio/gpio-mxc.c 	writel(0, port->base + GPIO_IMR);
GPIO_IMR          540 drivers/gpio/gpio-mxc.c 	port->gpio_saved_reg.imr = readl(port->base + GPIO_IMR);
GPIO_IMR          553 drivers/gpio/gpio-mxc.c 	writel(port->gpio_saved_reg.imr, port->base + GPIO_IMR);