Searched defs:GPIO_BIT (Results 1 – 7 of 7) sorted by relevance
19 #define GPIO_BIT(x) ((x) & 0x7) macro
63 #define GPIO_BIT(gp) ((gp) & 0x1F) macro
126 #define GPIO_BIT(x) BIT(GPIO_OFFSET(x)) macro
31 #define GPIO_BIT(gpio) ((gpio) & (GPIO_PER_BANK - 1)) macro
71 #define GPIO_BIT(gpio) ((gpio) & (MAX_GPIO_PER_BANK - 1)) macro
28 #define GPIO_BIT(x) ((x) & 0x7) macro
245 #define GPIO_BIT(x) BIT(GPIO_OFFSET(x)) macro