Home
last modified time | relevance | path

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

/dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_ani.c322 ani_state->ini_def.m2_count_thr_low = in ar9300_ani_init_defaults()
476 int m2_count_thr, m2_count_thr_low; in ar9300_ani_control() local
504 m2_count_thr_low = is_on ? in ar9300_ani_control()
505 ani_state->ini_def.m2_count_thr_low : m2_count_thr_low_off; in ar9300_ani_control()
525 AR_PHY_SFCORR_LOW_M2COUNT_THR_LOW, m2_count_thr_low); in ar9300_ani_control()
H A Dar9300_attach.c3275 m2_count_thr_low = enable ? 63 : ahp->ah_immunity_vals[5]; in ar9300_set_immunity() local
3294 AR_PHY_SFCORR_LOW_M2COUNT_THR_LOW, m2_count_thr_low); in ar9300_set_immunity()
H A Dar9300.h151 u_int16_t m2_count_thr_low; member