Searched refs:firstepLevel (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | ar5008_phy.c | 1062 if (level != aniState->firstepLevel) { in ar5008_hw_ani_control_new() 1066 aniState->firstepLevel, in ar5008_hw_ani_control_new() 1074 aniState->firstepLevel, in ar5008_hw_ani_control_new() 1079 if (level > aniState->firstepLevel) in ar5008_hw_ani_control_new() 1081 else if (level < aniState->firstepLevel) in ar5008_hw_ani_control_new() 1083 aniState->firstepLevel = level; in ar5008_hw_ani_control_new() 1138 aniState->firstepLevel, in ar5008_hw_ani_control_new() 1224 aniState->firstepLevel = ATH9K_ANI_FIRSTEP_LVL; in ar5008_hw_ani_cache_ini_regs()
|
H A D | ani.h | 95 u8 firstepLevel; member
|
H A D | ani.c | 178 if (aniState->firstepLevel != entry_ofdm->fir_step_level && in ath9k_hw_set_ofdm_nil() 256 if (aniState->firstepLevel != entry_cck->fir_step_level && in ath9k_hw_set_cck_nil() 497 ani->firstepLevel = ATH9K_ANI_FIRSTEP_LVL; in ath9k_hw_ani_init()
|
H A D | ar9003_phy.c | 1215 if (level != aniState->firstepLevel) { in ar9003_hw_ani_control() 1219 aniState->firstepLevel, in ar9003_hw_ani_control() 1227 aniState->firstepLevel, in ar9003_hw_ani_control() 1232 if (level > aniState->firstepLevel) in ar9003_hw_ani_control() 1234 else if (level < aniState->firstepLevel) in ar9003_hw_ani_control() 1236 aniState->firstepLevel = level; in ar9003_hw_ani_control() 1340 aniState->firstepLevel, in ar9003_hw_ani_control() 1448 aniState->firstepLevel = ATH9K_ANI_FIRSTEP_LVL; in ar9003_hw_ani_cache_ini_regs()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | ar5008_phy.c | 1053 if (level != aniState->firstepLevel) { in ar5008_hw_ani_control_new() 1057 aniState->firstepLevel, in ar5008_hw_ani_control_new() 1065 aniState->firstepLevel, in ar5008_hw_ani_control_new() 1070 if (level > aniState->firstepLevel) in ar5008_hw_ani_control_new() 1072 else if (level < aniState->firstepLevel) in ar5008_hw_ani_control_new() 1074 aniState->firstepLevel = level; in ar5008_hw_ani_control_new() 1129 aniState->firstepLevel, in ar5008_hw_ani_control_new() 1215 aniState->firstepLevel = ATH9K_ANI_FIRSTEP_LVL; in ar5008_hw_ani_cache_ini_regs()
|
H A D | ani.h | 95 u8 firstepLevel; member
|
H A D | ani.c | 178 if (aniState->firstepLevel != entry_ofdm->fir_step_level && in ath9k_hw_set_ofdm_nil() 256 if (aniState->firstepLevel != entry_cck->fir_step_level && in ath9k_hw_set_cck_nil() 497 ani->firstepLevel = ATH9K_ANI_FIRSTEP_LVL; in ath9k_hw_ani_init()
|
H A D | ar9003_phy.c | 1206 if (level != aniState->firstepLevel) { in ar9003_hw_ani_control() 1210 aniState->firstepLevel, in ar9003_hw_ani_control() 1218 aniState->firstepLevel, in ar9003_hw_ani_control() 1223 if (level > aniState->firstepLevel) in ar9003_hw_ani_control() 1225 else if (level < aniState->firstepLevel) in ar9003_hw_ani_control() 1227 aniState->firstepLevel = level; in ar9003_hw_ani_control() 1331 aniState->firstepLevel, in ar9003_hw_ani_control() 1439 aniState->firstepLevel = ATH9K_ANI_FIRSTEP_LVL; in ar9003_hw_ani_cache_ini_regs()
|
Completed in 11 milliseconds