Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/wireless/ath/ath9k/
Dhtc_drv_debug.c671 PR_EEP("Chain0 NF Threshold", pModal->noiseFloorThreshCh[0]); in read_4k_modal_eeprom()
774 PR_EEP("Chain0 NF Threshold", pModal->noiseFloorThreshCh[0]); in read_def_modal_eeprom()
775 PR_EEP("Chain1 NF Threshold", pModal->noiseFloorThreshCh[1]); in read_def_modal_eeprom()
776 PR_EEP("Chain2 NF Threshold", pModal->noiseFloorThreshCh[2]); in read_def_modal_eeprom()
860 PR_EEP("Chain0 NF Threshold", pModal->noiseFloorThreshCh[0]); in read_9287_modal_eeprom()
861 PR_EEP("Chain1 NF Threshold", pModal->noiseFloorThreshCh[1]); in read_9287_modal_eeprom()
Deeprom.h343 u8 noiseFloorThreshCh[AR5416_MAX_CHAINS]; member
393 u8 noiseFloorThreshCh[AR5416_EEP4K_MAX_CHAINS]; member
478 int8_t noiseFloorThreshCh[AR9287_MAX_CHAINS]; member
Dar9003_eeprom.c123 .noiseFloorThreshCh = {-1, 0, 0},
323 .noiseFloorThreshCh = {-1, 0, 0},
696 .noiseFloorThreshCh = {-1, 0, 0},
896 .noiseFloorThreshCh = {-1, 0, 0},
1270 .noiseFloorThreshCh = {-1, 0, 0},
1470 .noiseFloorThreshCh = {-1, 0, 0},
1844 .noiseFloorThreshCh = {-1, 0, 0},
2044 .noiseFloorThreshCh = {-1, 0, 0},
2417 .noiseFloorThreshCh = {-1, 0, 0},
2617 .noiseFloorThreshCh = {-1, 0, 0},
[all …]
Deeprom_def.c162 PR_EEP("Chain0 NF Threshold", modal_hdr->noiseFloorThreshCh[0]); in ath9k_def_dump_modal_eeprom()
163 PR_EEP("Chain1 NF Threshold", modal_hdr->noiseFloorThreshCh[1]); in ath9k_def_dump_modal_eeprom()
164 PR_EEP("Chain2 NF Threshold", modal_hdr->noiseFloorThreshCh[2]); in ath9k_def_dump_modal_eeprom()
405 return pModal[0].noiseFloorThreshCh[0]; in ath9k_hw_def_get_eeprom()
407 return pModal[1].noiseFloorThreshCh[0]; in ath9k_hw_def_get_eeprom()
Dar9003_eeprom.h218 int8_t noiseFloorThreshCh[AR9300_MAX_CHAINS]; member
Deeprom_9287.c97 PR_EEP("Chain0 NF Threshold", modal_hdr->noiseFloorThreshCh[0]); in ar9287_dump_modal_eeprom()
98 PR_EEP("Chain1 NF Threshold", modal_hdr->noiseFloorThreshCh[1]); in ar9287_dump_modal_eeprom()
300 return pModal->noiseFloorThreshCh[0]; in ath9k_hw_ar9287_get_eeprom()
Deeprom_4k.c91 PR_EEP("Chain0 NF Threshold", modal_hdr->noiseFloorThreshCh[0]); in ath9k_dump_4k_modal_eeprom()
314 return pModal->noiseFloorThreshCh[0]; in ath9k_hw_4k_get_eeprom()
/linux-3.4.99/drivers/net/wireless/ath/carl9170/
Deeprom.h60 s8 noiseFloorThreshCh[AR5416_MAX_CHAINS]; member