Searched defs:IMX_GPIO_NR (Results 1 – 3 of 3) sorted by relevance
19 #define IMX_GPIO_NR(port, index) (((port) * 32) + ((index) & 31)) macro
20 #define IMX_GPIO_NR(port, index) ((((port)-1)*32)+((index)&31)) macro
19 #define IMX_GPIO_NR(port, index) ((((port)-1)*32)+((index)&31)) macro