Searched defs:GPIO_BANK (Results 1 – 14 of 14) sorted by relevance
16 #define GPIO_BANK(x) ((x) >> 5) macro
42 #define GPIO_BANK(gp) (davinci_gpio_bank01 + ((gp) >> 5)) macro
16 #define GPIO_BANK(gpio) ((gpio) >> 5) macro
181 #define GPIO_BANK(x) ((x) >> 5) macro
80 #define GPIO_BANK(pin) ((pin) >> 5) macro
44 #define GPIO_BANK(x) ((x) / 8) macro
131 #define GPIO_BANK(x) ((x) >> 6) macro
59 #define GPIO_BANK(gpio) ((gpio) >> 5) macro
24 #define GPIO_BANK(gpio) ((gpio) >> 5) macro
27 #define GPIO_BANK(x) ((x) >> 5) macro
245 #define GPIO_BANK(x) ((x) >> 5) macro
2111 #define GPIO_BANK(_bank, _npins) \ macro
1316 #define GPIO_BANK(_bank, _pin_base, _npins) \ macro
61 #define GPIO_BANK(pin) ((pin) / NGPIOS_PER_BANK) macro