Searched refs:noiseFloorThreshCh (Results 1 – 7 of 7) sorted by relevance
/drivers/net/wireless/ath/ath9k/ |
D | ar9003_eeprom.c | 118 .noiseFloorThreshCh = {-1, 0, 0}, 321 .noiseFloorThreshCh = {-1, 0, 0}, 696 .noiseFloorThreshCh = {-1, 0, 0}, 899 .noiseFloorThreshCh = {-1, 0, 0}, 1275 .noiseFloorThreshCh = {-1, 0, 0}, 1478 .noiseFloorThreshCh = {-1, 0, 0}, 1854 .noiseFloorThreshCh = {-1, 0, 0}, 2057 .noiseFloorThreshCh = {-1, 0, 0}, 2432 .noiseFloorThreshCh = {-1, 0, 0}, 2635 .noiseFloorThreshCh = {-1, 0, 0}, [all …]
|
D | eeprom.h | 340 u8 noiseFloorThreshCh[AR5416_MAX_CHAINS]; member 390 u8 noiseFloorThreshCh[AR5416_EEP4K_MAX_CHAINS]; member 475 int8_t noiseFloorThreshCh[AR9287_MAX_CHAINS]; member
|
D | eeprom_def.c | 158 PR_EEP("Chain0 NF Threshold", modal_hdr->noiseFloorThreshCh[0]); in ath9k_def_dump_modal_eeprom() 159 PR_EEP("Chain1 NF Threshold", modal_hdr->noiseFloorThreshCh[1]); in ath9k_def_dump_modal_eeprom() 160 PR_EEP("Chain2 NF Threshold", modal_hdr->noiseFloorThreshCh[2]); in ath9k_def_dump_modal_eeprom() 389 return pModal[0].noiseFloorThreshCh[0]; in ath9k_hw_def_get_eeprom() 391 return pModal[1].noiseFloorThreshCh[0]; in ath9k_hw_def_get_eeprom()
|
D | ar9003_eeprom.h | 222 int8_t noiseFloorThreshCh[AR9300_MAX_CHAINS]; member
|
D | eeprom_9287.c | 92 PR_EEP("Chain0 NF Threshold", modal_hdr->noiseFloorThreshCh[0]); in ar9287_dump_modal_eeprom() 93 PR_EEP("Chain1 NF Threshold", modal_hdr->noiseFloorThreshCh[1]); in ar9287_dump_modal_eeprom() 295 return pModal->noiseFloorThreshCh[0]; in ath9k_hw_ar9287_get_eeprom()
|
D | eeprom_4k.c | 87 PR_EEP("Chain0 NF Threshold", modal_hdr->noiseFloorThreshCh[0]); in ath9k_dump_4k_modal_eeprom() 309 return pModal->noiseFloorThreshCh[0]; in ath9k_hw_4k_get_eeprom()
|
/drivers/net/wireless/ath/carl9170/ |
D | eeprom.h | 60 s8 noiseFloorThreshCh[AR5416_MAX_CHAINS]; member
|