Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath9k/
Dar9003_eeprom.c118 .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 …]
Deeprom.h340 u8 noiseFloorThreshCh[AR5416_MAX_CHAINS]; member
390 u8 noiseFloorThreshCh[AR5416_EEP4K_MAX_CHAINS]; member
475 int8_t noiseFloorThreshCh[AR9287_MAX_CHAINS]; member
Deeprom_def.c158 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()
Dar9003_eeprom.h222 int8_t noiseFloorThreshCh[AR9300_MAX_CHAINS]; member
Deeprom_9287.c92 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()
Deeprom_4k.c87 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/
Deeprom.h60 s8 noiseFloorThreshCh[AR5416_MAX_CHAINS]; member