Searched refs:spurImmunityLevel (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | ar5008_phy.c | 1097 if (level != aniState->spurImmunityLevel) { in ar5008_hw_ani_control_new() 1101 aniState->spurImmunityLevel, in ar5008_hw_ani_control_new() 1109 aniState->spurImmunityLevel, in ar5008_hw_ani_control_new() 1114 if (level > aniState->spurImmunityLevel) in ar5008_hw_ani_control_new() 1116 else if (level < aniState->spurImmunityLevel) in ar5008_hw_ani_control_new() 1118 aniState->spurImmunityLevel = level; in ar5008_hw_ani_control_new() 1136 aniState->spurImmunityLevel, in ar5008_hw_ani_control_new() 1223 aniState->spurImmunityLevel = ATH9K_ANI_SPUR_IMMUNE_LVL; in ar5008_hw_ani_cache_ini_regs()
|
H A D | ani.h | 94 u8 spurImmunityLevel; member
|
H A D | ar9003_phy.c | 1279 if (level != aniState->spurImmunityLevel) { in ar9003_hw_ani_control() 1283 aniState->spurImmunityLevel, in ar9003_hw_ani_control() 1291 aniState->spurImmunityLevel, in ar9003_hw_ani_control() 1296 if (level > aniState->spurImmunityLevel) in ar9003_hw_ani_control() 1298 else if (level < aniState->spurImmunityLevel) in ar9003_hw_ani_control() 1300 aniState->spurImmunityLevel = level; in ar9003_hw_ani_control() 1338 aniState->spurImmunityLevel, in ar9003_hw_ani_control() 1447 aniState->spurImmunityLevel = ATH9K_ANI_SPUR_IMMUNE_LVL; in ar9003_hw_ani_cache_ini_regs()
|
H A D | ani.c | 173 if (aniState->spurImmunityLevel != entry_ofdm->spur_immunity_level) in ath9k_hw_set_ofdm_nil() 496 ani->spurImmunityLevel = ATH9K_ANI_SPUR_IMMUNE_LVL; in ath9k_hw_ani_init()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | ar5008_phy.c | 1088 if (level != aniState->spurImmunityLevel) { in ar5008_hw_ani_control_new() 1092 aniState->spurImmunityLevel, in ar5008_hw_ani_control_new() 1100 aniState->spurImmunityLevel, in ar5008_hw_ani_control_new() 1105 if (level > aniState->spurImmunityLevel) in ar5008_hw_ani_control_new() 1107 else if (level < aniState->spurImmunityLevel) in ar5008_hw_ani_control_new() 1109 aniState->spurImmunityLevel = level; in ar5008_hw_ani_control_new() 1127 aniState->spurImmunityLevel, in ar5008_hw_ani_control_new() 1214 aniState->spurImmunityLevel = ATH9K_ANI_SPUR_IMMUNE_LVL; in ar5008_hw_ani_cache_ini_regs()
|
H A D | ani.h | 94 u8 spurImmunityLevel; member
|
H A D | ar9003_phy.c | 1270 if (level != aniState->spurImmunityLevel) { in ar9003_hw_ani_control() 1274 aniState->spurImmunityLevel, in ar9003_hw_ani_control() 1282 aniState->spurImmunityLevel, in ar9003_hw_ani_control() 1287 if (level > aniState->spurImmunityLevel) in ar9003_hw_ani_control() 1289 else if (level < aniState->spurImmunityLevel) in ar9003_hw_ani_control() 1291 aniState->spurImmunityLevel = level; in ar9003_hw_ani_control() 1329 aniState->spurImmunityLevel, in ar9003_hw_ani_control() 1438 aniState->spurImmunityLevel = ATH9K_ANI_SPUR_IMMUNE_LVL; in ar9003_hw_ani_cache_ini_regs()
|
H A D | ani.c | 173 if (aniState->spurImmunityLevel != entry_ofdm->spur_immunity_level) in ath9k_hw_set_ofdm_nil() 496 ani->spurImmunityLevel = ATH9K_ANI_SPUR_IMMUNE_LVL; in ath9k_hw_ani_init()
|
Completed in 11 milliseconds