Searched refs:IPW_BIT_GPIO_RF_KILL (Results 1 – 2 of 2) sorted by relevance
717 #define IPW_BIT_GPIO_RF_KILL 0x00010000 macro
1158 value = (value << 1) | ((reg & IPW_BIT_GPIO_RF_KILL) ? 0 : 1); in rf_kill_active()