Home
last modified time | relevance | path

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

/trueos/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_reset.c54 int32_t phs_coeff[AR9300_MAX_CHAINS][MAX_MEASUREMENT][MAXIQCAL]; member
5502 phase = coeff->phs_coeff[ch_idx][im][0]; in ar9300_tx_iq_cal_outlier_detection()
5526 phase = coeff->phs_coeff[ch_idx][im][0]; in ar9300_tx_iq_cal_outlier_detection()
5553 coeff->phs_coeff[ch_idx][outlier_mag_idx][0] = phase_avg; in ar9300_tx_iq_cal_outlier_detection()
5569 coeff->phs_coeff[ch_idx][outlier_phs_idx][0] = phase_avg; in ar9300_tx_iq_cal_outlier_detection()
5581 phase = coeff->phs_coeff[ch_idx][im][0]; in ar9300_tx_iq_cal_outlier_detection()
5790 phase = coeff.phs_coeff[ch_idx][im][0]; in ar9300_tx_iq_cal_post_proc()
5865 coeff.phs_coeff[ch_idx][im][iqcal_idx-1] = coeff.iqc_coeff[0] & 0x7f; in ar9300_tx_iq_cal_post_proc()
5870 if (coeff.phs_coeff[ch_idx][im][iqcal_idx-1] > 63) { in ar9300_tx_iq_cal_post_proc()
5871 coeff.phs_coeff[ch_idx][im][iqcal_idx-1] -= 128; in ar9300_tx_iq_cal_post_proc()
[all …]