Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath9k/
Dar5008_phy.c1013 if (level != aniState->firstepLevel) { in ar5008_hw_ani_control_new()
1017 aniState->firstepLevel, in ar5008_hw_ani_control_new()
1025 aniState->firstepLevel, in ar5008_hw_ani_control_new()
1030 if (level > aniState->firstepLevel) in ar5008_hw_ani_control_new()
1032 else if (level < aniState->firstepLevel) in ar5008_hw_ani_control_new()
1034 aniState->firstepLevel = level; in ar5008_hw_ani_control_new()
1089 aniState->firstepLevel, in ar5008_hw_ani_control_new()
1175 aniState->firstepLevel = ATH9K_ANI_FIRSTEP_LVL; in ar5008_hw_ani_cache_ini_regs()
Dani.c172 if (aniState->firstepLevel != entry_ofdm->fir_step_level && in ath9k_hw_set_ofdm_nil()
255 if (aniState->firstepLevel != entry_cck->fir_step_level && in ath9k_hw_set_cck_nil()
504 ani->firstepLevel = ATH9K_ANI_FIRSTEP_LVL; in ath9k_hw_ani_init()
Dar9003_phy.c1122 if (level != aniState->firstepLevel) { in ar9003_hw_ani_control()
1126 aniState->firstepLevel, in ar9003_hw_ani_control()
1134 aniState->firstepLevel, in ar9003_hw_ani_control()
1139 if (level > aniState->firstepLevel) in ar9003_hw_ani_control()
1141 else if (level < aniState->firstepLevel) in ar9003_hw_ani_control()
1143 aniState->firstepLevel = level; in ar9003_hw_ani_control()
1247 aniState->firstepLevel, in ar9003_hw_ani_control()
1355 aniState->firstepLevel = ATH9K_ANI_FIRSTEP_LVL; in ar9003_hw_ani_cache_ini_regs()
Dani.h95 u8 firstepLevel; member