Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_reset.c5788 int32_t outlier_mag_idx = 0; in ar9300_tx_iq_cal_outlier_detection() local
5881 outlier_mag_idx = magnitude_max_idx; in ar9300_tx_iq_cal_outlier_detection()
5884 outlier_mag_idx = magnitude_min_idx; in ar9300_tx_iq_cal_outlier_detection()
5886 coeff->mag_coeff[ch_idx][outlier_mag_idx][0] = magnitude_avg; in ar9300_tx_iq_cal_outlier_detection()
5887 coeff->phs_coeff[ch_idx][outlier_mag_idx][0] = phase_avg; in ar9300_tx_iq_cal_outlier_detection()
5891 ch_idx, outlier_mag_idx, magnitude_avg, phase_avg); in ar9300_tx_iq_cal_outlier_detection()