Home
last modified time | relevance | path

Searched defs:PINCTRL_PIN2IRQ (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/gpio/
H A Dmxs_gpio.c20 #define PINCTRL_PIN2IRQ(n) (0x0800 + ((n) * 0x10)) macro
28 #define PINCTRL_PIN2IRQ(n) (0x1000 + ((n) * 0x10)) macro
/openbmc/linux/drivers/gpio/
H A Dgpio-mxs.c28 #define PINCTRL_PIN2IRQ(p) ((is_imx23_gpio(p) ? 0x0800 : 0x1000) + (p->id) * 0x10) macro