Searched defs:GPIO_BANK (Results 1 – 14 of 14) sorted by relevance
16 #define GPIO_BANK(x) ((x) >> 5) macro
78 #define GPIO_BANK(gpio) ((gpio & GPIO_BANK_MASK) >> GPIO_BANK_OFFSET) macro
62 #define GPIO_BANK(gp) (davinci_gpio_bank01 + ((gp) >> 5)) macro
17 #define GPIO_BANK(gpio) ((gpio) >> 5) macro
81 #define GPIO_BANK(pin) ((pin) >> 5) macro
124 #define GPIO_BANK(x) ((x % SGPIO_OUTPUT_OFFSET) >> 5) macro
30 #define GPIO_BANK(gpio) ((gpio) >> 5) macro
69 #define GPIO_BANK(gpio) ((gpio) >> 5) macro
26 #define GPIO_BANK(x) ((x) >> 5) macro
243 #define GPIO_BANK(x) ((x) >> 5) macro
2109 #define GPIO_BANK(_bank, _npins) \ macro
1063 #define GPIO_BANK(_bank) \ macro
1313 #define GPIO_BANK(_bank, _pin_base, _npins) \ macro
58 #define GPIO_BANK(pin) ((pin) / NGPIOS_PER_BANK) macro