Home
last modified time | relevance | path

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

/linux-2.6.39/arch/arm/mach-pnx4008/include/mach/
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))