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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wireless/ipw2x00/
H A Dipw2100.h716 #define IPW_BIT_GPIO_RF_KILL 0x00010000 macro
H A Dipw2100.c1181 value = (value << 1) | ((reg & IPW_BIT_GPIO_RF_KILL) ? 0 : 1);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wireless/ipw2x00/
H A Dipw2100.h716 #define IPW_BIT_GPIO_RF_KILL 0x00010000 macro
H A Dipw2100.c1181 value = (value << 1) | ((reg & IPW_BIT_GPIO_RF_KILL) ? 0 : 1);

Completed in 89 milliseconds