Home
last modified time | relevance | path

Searched refs:mag_coeff (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.c52 int32_t mag_coeff[AR9300_MAX_CHAINS][MAX_MEASUREMENT][MAXIQCAL]; member
5840 magnitude = coeff->mag_coeff[ch_idx][im][0]; in ar9300_tx_iq_cal_outlier_detection()
5864 magnitude = coeff->mag_coeff[ch_idx][im][0]; in ar9300_tx_iq_cal_outlier_detection()
5891 coeff->mag_coeff[ch_idx][outlier_mag_idx][0] = magnitude_avg; 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()
5919 magnitude = coeff->mag_coeff[ch_idx][im][0]; in ar9300_tx_iq_cal_outlier_detection()
6128 magnitude = coeff.mag_coeff[ch_idx][im][0]; in ar9300_tx_iq_cal_post_proc()
6205 coeff.mag_coeff[ch_idx][im][iqcal_idx-1] = (coeff.iqc_coeff[0] >> 7) & 0x7f; in ar9300_tx_iq_cal_post_proc()
6206 if (coeff.mag_coeff[ch_idx][im][iqcal_idx-1] > 63) { in ar9300_tx_iq_cal_post_proc()
6207 coeff.mag_coeff[ch_idx][im][iqcal_idx-1] -= 128; in ar9300_tx_iq_cal_post_proc()
[all …]