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

/freebsd-12-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_ani.c314 ani_state->ini_def.m2_thresh = MS(val, AR_PHY_SFCORR_M2_THRESH);
517 int m1_thresh, m2_thresh; local
542 m2_thresh = is_on ?
543 ani_state->ini_def.m2_thresh : m2_thresh_off;
563 m2_thresh);
H A Dar9300_attach.c3280 m2_thresh = enable ? 127 : ahp->ah_immunity_vals[3], local
3297 AR_PHY_SFCORR_M2_THRESH, m2_thresh);
3310 AR_PHY_SFCORR_EXT_M2_THRESH, m2_thresh);
H A Dar9300.h137 u_int16_t m2_thresh; member in struct:ar9300_ani_default

Completed in 81 milliseconds