Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/ath5k/
Deeprom.h33 #define AR5K_EEPROM_RFKILL_POLARITY 0x00000002 macro
78 #define AR5K_EEPROM_RFKILL_POLARITY 0x00000002 macro
Dath5k_eeprom.c158 ee->ee_rfkill_pol = val & AR5K_EEPROM_RFKILL_POLARITY ? 1 : 0; in ath5k_eeprom_init_header()