Searched refs:m1_thresh (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_ani.c313 ani_state->ini_def.m1_thresh = MS(val, AR_PHY_SFCORR_M1_THRESH);
475 int m1_thresh, m2_thresh; local
498 m1_thresh = is_on ?
499 ani_state->ini_def.m1_thresh : m1_thresh_off;
519 m1_thresh);
H A Dar9300_attach.c3276 m1_thresh = enable ? 127 : ahp->ah_immunity_vals[2], local
3292 AR_PHY_SFCORR_M1_THRESH, m1_thresh);
3305 AR_PHY_SFCORR_EXT_M1_THRESH, m1_thresh);
H A Dar9300.h148 u_int16_t m1_thresh; member in struct:ar9300_ani_default

Completed in 81 milliseconds