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