Searched refs:GPIO_IMR (Results 1 - 2 of 2) sorted by path

/linux-master/drivers/gpio/
H A Dgpio-mpc8xxx.c30 #define GPIO_IMR 0x10 macro
115 & gc->read_reg(mpc8xxx_gc->regs + GPIO_IMR);
130 gc->write_reg(mpc8xxx_gc->regs + GPIO_IMR,
131 gc->read_reg(mpc8xxx_gc->regs + GPIO_IMR)
145 gc->write_reg(mpc8xxx_gc->regs + GPIO_IMR,
146 gc->read_reg(mpc8xxx_gc->regs + GPIO_IMR)
403 gc->write_reg(mpc8xxx_gc->regs + GPIO_IMR, 0);
H A Dgpio-mxc.c128 #define GPIO_IMR (port->hwdata->imr_reg) macro
288 irq_stat = readl(port->base + GPIO_ISR) & readl(port->base + GPIO_IMR);
306 irq_msk = readl(port->base + GPIO_IMR);
370 ct->regs.mask = GPIO_IMR;
467 writel(0, port->base + GPIO_IMR);
543 port->gpio_saved_reg.imr = readl(port->base + GPIO_IMR);
556 writel(port->gpio_saved_reg.imr, port->base + GPIO_IMR);

Completed in 184 milliseconds