Home
last modified time | relevance | path

Searched refs:firstep_level (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_ani.c242 ahp->ah_ani[i].firstep_level = HAL_ANI_DEF_FIRSTEP_LVL; in ar9300_ani_attach()
345 ani_state->firstep_level = HAL_ANI_DEF_FIRSTEP_LVL; in ar9300_ani_init_defaults()
378 if (ani_state->firstep_level != in ar9300_ani_set_odfm_noise_immunity_level()
433 if (ani_state->firstep_level != in ar9300_ani_set_cck_noise_immunity_level()
596 if (level != ani_state->firstep_level) { in ar9300_ani_control()
599 __func__, chan->ic_freq, ani_state->firstep_level, level, in ar9300_ani_control()
604 __func__, chan->ic_freq, ani_state->firstep_level, level, in ar9300_ani_control()
607 if (level > ani_state->firstep_level) { in ar9300_ani_control()
609 } else if (level < ani_state->firstep_level) { in ar9300_ani_control()
612 ani_state->firstep_level = level; in ar9300_ani_control()
[all …]
HDar9300_misc.c937 case 5: *result = ani->firstep_level; break; in ar9300_get_capability()
1252 ahp->ext_ani_state.firstepLevel = ani->firstep_level; in ar9300_get_diag_state()
HDar9300.h172 u_int8_t firstep_level; member