Searched refs:PINCTRL_PIN2IRQ (Results 1 – 1 of 1) sorted by relevance
44 #define PINCTRL_PIN2IRQ(p) ((is_imx23_gpio(p) ? 0x0800 : 0x1000) + (p->id) * 0x10) macro307 writel(~0U, port->base + PINCTRL_PIN2IRQ(port)); in mxs_gpio_probe()