Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_reset.c5794 int32_t outlier_phs_idx = 0; in ar9300_tx_iq_cal_outlier_detection() local
5902 outlier_phs_idx = phase_max_idx; in ar9300_tx_iq_cal_outlier_detection()
5905 outlier_phs_idx = phase_min_idx; in ar9300_tx_iq_cal_outlier_detection()
5907 coeff->mag_coeff[ch_idx][outlier_phs_idx][0] = magnitude_avg; in ar9300_tx_iq_cal_outlier_detection()
5908 coeff->phs_coeff[ch_idx][outlier_phs_idx][0] = phase_avg; in ar9300_tx_iq_cal_outlier_detection()
5912 ch_idx, outlier_phs_idx, magnitude_avg, phase_avg); in ar9300_tx_iq_cal_outlier_detection()