Home
last modified time | relevance | path

Searched refs:firstepLevel (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Dar5008_phy.c1038 if (level != aniState->firstepLevel) { in ar5008_hw_ani_control_new()
1042 aniState->firstepLevel, in ar5008_hw_ani_control_new()
1050 aniState->firstepLevel, in ar5008_hw_ani_control_new()
1055 if (level > aniState->firstepLevel) in ar5008_hw_ani_control_new()
1057 else if (level < aniState->firstepLevel) in ar5008_hw_ani_control_new()
1059 aniState->firstepLevel = level; in ar5008_hw_ani_control_new()
1114 aniState->firstepLevel, in ar5008_hw_ani_control_new()
1200 aniState->firstepLevel = ATH9K_ANI_FIRSTEP_LVL; in ar5008_hw_ani_cache_ini_regs()
Dani.c182 if (aniState->firstepLevel != entry_ofdm->fir_step_level && in ath9k_hw_set_ofdm_nil()
265 if (aniState->firstepLevel != entry_cck->fir_step_level && in ath9k_hw_set_cck_nil()
515 ani->firstepLevel = ATH9K_ANI_FIRSTEP_LVL; in ath9k_hw_ani_init()
Dani.h95 u8 firstepLevel; member
Dar9003_phy.c1227 if (level != aniState->firstepLevel) { in ar9003_hw_ani_control()
1231 aniState->firstepLevel, in ar9003_hw_ani_control()
1239 aniState->firstepLevel, in ar9003_hw_ani_control()
1244 if (level > aniState->firstepLevel) in ar9003_hw_ani_control()
1246 else if (level < aniState->firstepLevel) in ar9003_hw_ani_control()
1248 aniState->firstepLevel = level; in ar9003_hw_ani_control()
1352 aniState->firstepLevel, in ar9003_hw_ani_control()
1460 aniState->firstepLevel = ATH9K_ANI_FIRSTEP_LVL; in ar9003_hw_ani_cache_ini_regs()