Searched defs:GPIO_bit (Results 1 – 2 of 2) sorted by relevance
/linux-3.3/include/linux/ | ||
D | gpio-pxa.h | 4 #define GPIO_bit(x) (1 << ((x) & 0x1f)) macro |
/linux-3.3/arch/arm/mach-mmp/include/mach/ | ||
D | gpio-pxa.h | 20 #define GPIO_bit(gpio) (1 << ((gpio) & 0x1f)) macro |