Home
last modified time | relevance | path

Searched refs:GPIO_ICR2 (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/gpio/
H A Dgpio-mxc.c127 #define GPIO_ICR2 (port->hwdata->icr2_reg) macro
542 port->gpio_saved_reg.icr2 = readl(port->base + GPIO_ICR2); in mxc_gpio_save_regs()
555 writel(port->gpio_saved_reg.icr2, port->base + GPIO_ICR2); in mxc_gpio_restore_regs()
H A Dgpio-mpc8xxx.c32 #define GPIO_ICR2 0x18 macro
205 reg = mpc8xxx_gc->regs + GPIO_ICR2; in mpc512x_irq_set_type()