Searched defs:GPIO_BANK (Results 1 – 5 of 5) 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