Searched refs:GPIO_BID (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-pnx4008/include/mach/
H A Dgpio.h24 #define GPIO_BID (0x200) macro
107 #define GPIO_00 (GPIO_BID | 25)
108 #define GPIO_01 (GPIO_BID | 26)
109 #define GPIO_02 (GPIO_BID | 27)
110 #define GPIO_03 (GPIO_BID | 28)
111 #define GPIO_04 (GPIO_BID | 29)
112 #define GPIO_05 (GPIO_BID | 30)
126 #define GPIO_ISBID(K) ((GPIO_TYPE_MASK(K) == GPIO_BID) && (GPIO_BIT(K) & GPIO_BID_MASK))

Completed in 31 milliseconds