Searched defs:GPIO_BANK (Results 1 – 7 of 7) sorted by relevance
132 #define GPIO_BANK(x) ((x) >> 6) macro
44 #define GPIO_BANK(x) ((x) / 8) macro
25 #define GPIO_BANK(gpio) ((gpio) >> 5) macro
28 #define GPIO_BANK(x) ((x) >> 5) macro
324 #define GPIO_BANK(x) ((x) >> 5) macro
61 #define GPIO_BANK(pin) ((pin) / NGPIOS_PER_BANK) macro
1321 #define GPIO_BANK(_bank, _pin_base, _npins) \ macro