Searched refs:noiseFloorThreshCh (Results 1 – 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/carl9170/ |
D | eeprom.h | 60 s8 noiseFloorThreshCh[AR5416_MAX_CHAINS]; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
D | eeprom.h | 352 u8 noiseFloorThreshCh[AR5416_MAX_CHAINS]; member 402 u8 noiseFloorThreshCh[AR5416_EEP4K_MAX_CHAINS]; member 487 int8_t noiseFloorThreshCh[AR9287_MAX_CHAINS]; member
|
D | ar9003_eeprom.c | 119 .noiseFloorThreshCh = {-1, 0, 0}, 322 .noiseFloorThreshCh = {-1, 0, 0}, 697 .noiseFloorThreshCh = {-1, 0, 0}, 900 .noiseFloorThreshCh = {-1, 0, 0}, 1276 .noiseFloorThreshCh = {-1, 0, 0}, 1479 .noiseFloorThreshCh = {-1, 0, 0}, 1855 .noiseFloorThreshCh = {-1, 0, 0}, 2058 .noiseFloorThreshCh = {-1, 0, 0}, 2433 .noiseFloorThreshCh = {-1, 0, 0}, 2636 .noiseFloorThreshCh = {-1, 0, 0}, [all …]
|
D | eeprom_def.c | 161 PR_EEP("Chain0 NF Threshold", modal_hdr->noiseFloorThreshCh[0]); in ath9k_def_dump_modal_eeprom() 162 PR_EEP("Chain1 NF Threshold", modal_hdr->noiseFloorThreshCh[1]); in ath9k_def_dump_modal_eeprom() 163 PR_EEP("Chain2 NF Threshold", modal_hdr->noiseFloorThreshCh[2]); in ath9k_def_dump_modal_eeprom() 343 return pModal[0].noiseFloorThreshCh[0]; in ath9k_hw_def_get_eeprom() 345 return pModal[1].noiseFloorThreshCh[0]; in ath9k_hw_def_get_eeprom()
|
D | ar9003_eeprom.h | 234 int8_t noiseFloorThreshCh[AR9300_MAX_CHAINS]; member
|
D | eeprom_9287.c | 97 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() 242 return pModal->noiseFloorThreshCh[0]; in ath9k_hw_ar9287_get_eeprom()
|
D | eeprom_4k.c | 92 PR_EEP("Chain0 NF Threshold", modal_hdr->noiseFloorThreshCh[0]); in ath9k_dump_4k_modal_eeprom() 243 return pModal->noiseFloorThreshCh[0]; in ath9k_hw_4k_get_eeprom()
|