Searched refs:noiseFloorThreshCh (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A 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
|
H A 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()
|
H A D | ar9003_eeprom.c | 116 * noiseFloorThreshCh[AR9300_MAX_CHAINS]; 3 Check 119 .noiseFloorThreshCh = {-1, 0, 0}, 321 /* noiseFloorThreshCh Check if the register is per chain */ 322 .noiseFloorThreshCh = {-1, 0, 0}, 694 * noiseFloorThreshCh[AR9300_MAX_CHAINS]; 3 Check 697 .noiseFloorThreshCh = {-1, 0, 0}, 899 /* noiseFloorThreshCh Check if the register is per chain */ 900 .noiseFloorThreshCh = {-1, 0, 0}, 1273 * noiseFloorThreshCh[AR9300_MAX_CHAINS]; 3 Check 1276 .noiseFloorThreshCh [all...] |
H A D | ar9003_eeprom.h | 234 int8_t noiseFloorThreshCh[AR9300_MAX_CHAINS]; member
|
H A 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()
|
H A 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()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A 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
|
H A 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()
|
H A D | ar9003_eeprom.c | 116 * noiseFloorThreshCh[AR9300_MAX_CHAINS]; 3 Check 119 .noiseFloorThreshCh = {-1, 0, 0}, 321 /* noiseFloorThreshCh Check if the register is per chain */ 322 .noiseFloorThreshCh = {-1, 0, 0}, 694 * noiseFloorThreshCh[AR9300_MAX_CHAINS]; 3 Check 697 .noiseFloorThreshCh = {-1, 0, 0}, 899 /* noiseFloorThreshCh Check if the register is per chain */ 900 .noiseFloorThreshCh = {-1, 0, 0}, 1273 * noiseFloorThreshCh[AR9300_MAX_CHAINS]; 3 Check 1276 .noiseFloorThreshCh [all...] |
H A D | ar9003_eeprom.h | 234 int8_t noiseFloorThreshCh[AR9300_MAX_CHAINS]; member
|
H A 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()
|
H A 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()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/carl9170/ |
H A D | eeprom.h | 60 s8 noiseFloorThreshCh[AR5416_MAX_CHAINS]; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/carl9170/ |
H A D | eeprom.h | 60 s8 noiseFloorThreshCh[AR5416_MAX_CHAINS]; member
|
Completed in 20 milliseconds