Searched defs:GPIO_BIT (Results 1 – 9 of 9) sorted by relevance
19 #define GPIO_BIT(x) ((x) & 0x7) macro
29 #define GPIO_BIT(gp) ((gp) & 0x1F) macro
183 #define GPIO_BIT(x) BIT(GPIO_OFFSET(x)) macro
45 #define GPIO_BIT(x) ((x) % 8) macro
133 #define GPIO_BIT(x) BIT(GPIO_OFFSET(x) >> 1) macro
61 #define GPIO_BIT(gpio) ((gpio) & (MAX_GPIO_PER_BANK - 1)) macro
25 #define GPIO_BIT(gpio) ((gpio) & (GPIO_PER_BANK - 1)) macro
29 #define GPIO_BIT(x) ((x) & 0x7) macro
247 #define GPIO_BIT(x) BIT(GPIO_OFFSET(x)) macro