Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_ani.c320 ani_state->ini_def.m2_thresh_low = in ar9300_ani_init_defaults()
516 int m1_thresh_low, m2_thresh_low; in ar9300_ani_control() local
538 m2_thresh_low = is_on ? in ar9300_ani_control()
539 ani_state->ini_def.m2_thresh_low : m2_thresh_low_off; in ar9300_ani_control()
559 AR_PHY_SFCORR_LOW_M2_THRESH_LOW, m2_thresh_low); in ar9300_ani_control()
H A Dar9300_attach.c3278 m2_thresh_low = enable ? 127 : ahp->ah_immunity_vals[1], in ar9300_set_immunity() local
3293 AR_PHY_SFCORR_LOW_M2_THRESH_LOW, m2_thresh_low); in ar9300_set_immunity()
3306 AR_PHY_SFCORR_EXT_M2_THRESH_LOW, m2_thresh_low); in ar9300_set_immunity()
H A Dar9300.h135 u_int16_t m2_thresh_low; member