Searched defs:GPIO_BIT (Results 1 – 5 of 5) sorted by relevance
134 #define GPIO_BIT(x) BIT(GPIO_OFFSET(x) >> 1) macro
45 #define GPIO_BIT(x) ((x) % 8) macro
26 #define GPIO_BIT(gpio) ((gpio) & (GPIO_PER_BANK - 1)) macro
30 #define GPIO_BIT(x) ((x) & 0x7) macro
326 #define GPIO_BIT(x) BIT(GPIO_OFFSET(x)) macro