Home
last modified time | relevance | path

Searched refs:phs_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.c53 int32_t phs_coeff[AR9300_MAX_CHAINS][MAX_MEASUREMENT][MAXIQCAL]; member
5841 phase = coeff->phs_coeff[ch_idx][im][0]; in ar9300_tx_iq_cal_outlier_detection()
5865 phase = coeff->phs_coeff[ch_idx][im][0]; in ar9300_tx_iq_cal_outlier_detection()
5892 coeff->phs_coeff[ch_idx][outlier_mag_idx][0] = phase_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()
5920 phase = coeff->phs_coeff[ch_idx][im][0]; in ar9300_tx_iq_cal_outlier_detection()
6129 phase = coeff.phs_coeff[ch_idx][im][0]; in ar9300_tx_iq_cal_post_proc()
6204 coeff.phs_coeff[ch_idx][im][iqcal_idx-1] = coeff.iqc_coeff[0] & 0x7f; in ar9300_tx_iq_cal_post_proc()
6209 if (coeff.phs_coeff[ch_idx][im][iqcal_idx-1] > 63) { in ar9300_tx_iq_cal_post_proc()
6210 coeff.phs_coeff[ch_idx][im][iqcal_idx-1] -= 128; in ar9300_tx_iq_cal_post_proc()
[all …]