Searched defs:PINCTRL_DIN (Results 1 – 2 of 2) sorted by relevance
18 #define PINCTRL_DIN(n) (0x0600 + ((n) * 0x10)) macro26 #define PINCTRL_DIN(n) (0x0900 + ((n) * 0x10)) macro
26 #define PINCTRL_DIN(p) ((is_imx23_gpio(p) ? 0x0600 : 0x0900) + (p->id) * 0x10) macro