Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/wireless/ath/ath9k/
Dani.c180 if (aniState->firstepLevel < HAL_FIRST_STEP_MAX) { in ath9k_hw_ani_ofdm_err_trigger_old()
182 aniState->firstepLevel + 1); in ath9k_hw_ani_ofdm_err_trigger_old()
197 if (aniState->firstepLevel < HAL_FIRST_STEP_MAX) { in ath9k_hw_ani_ofdm_err_trigger_old()
199 aniState->firstepLevel + 1); in ath9k_hw_ani_ofdm_err_trigger_old()
207 if (aniState->firstepLevel < HAL_FIRST_STEP_MAX) in ath9k_hw_ani_ofdm_err_trigger_old()
209 aniState->firstepLevel + 1); in ath9k_hw_ani_ofdm_err_trigger_old()
218 if (aniState->firstepLevel > 0) in ath9k_hw_ani_ofdm_err_trigger_old()
240 if (aniState->firstepLevel < HAL_FIRST_STEP_MAX) { in ath9k_hw_ani_cck_err_trigger_old()
242 aniState->firstepLevel + 1); in ath9k_hw_ani_cck_err_trigger_old()
248 if (aniState->firstepLevel < HAL_FIRST_STEP_MAX) in ath9k_hw_ani_cck_err_trigger_old()
[all …]
Dar5008_phy.c1134 if (level > aniState->firstepLevel) in ar5008_hw_ani_control_old()
1136 else if (level < aniState->firstepLevel) in ar5008_hw_ani_control_old()
1138 aniState->firstepLevel = level; in ar5008_hw_ani_control_old()
1176 aniState->firstepLevel, in ar5008_hw_ani_control_old()
1316 if (level != aniState->firstepLevel) { in ar5008_hw_ani_control_new()
1320 aniState->firstepLevel, in ar5008_hw_ani_control_new()
1328 aniState->firstepLevel, in ar5008_hw_ani_control_new()
1333 if (level > aniState->firstepLevel) in ar5008_hw_ani_control_new()
1335 else if (level < aniState->firstepLevel) in ar5008_hw_ani_control_new()
1337 aniState->firstepLevel = level; in ar5008_hw_ani_control_new()
[all …]
Dar9003_phy.c925 if (level != aniState->firstepLevel) { in ar9003_hw_ani_control()
929 aniState->firstepLevel, in ar9003_hw_ani_control()
937 aniState->firstepLevel, in ar9003_hw_ani_control()
942 if (level > aniState->firstepLevel) in ar9003_hw_ani_control()
944 else if (level < aniState->firstepLevel) in ar9003_hw_ani_control()
946 aniState->firstepLevel = level; in ar9003_hw_ani_control()
1052 aniState->firstepLevel, in ar9003_hw_ani_control()
1161 aniState->firstepLevel = ATH9K_ANI_FIRSTEP_LVL_NEW; in ar9003_hw_ani_cache_ini_regs()
Dani.h122 u8 firstepLevel; member