Searched refs:iqc_coeff (Results 1 – 1 of 1) sorted by relevance
54 int32_t iqc_coeff[2]; member5532 const int32_t iq_res[], int32_t iqc_coeff[]) in ar9300_calc_iq_corr() argument5705 iqc_coeff[0] = (q_q_coff * 128) + (0x7f & q_i_coff); in ar9300_calc_iq_corr()5708 __func__, chain_idx, iqc_coeff[0]); in ar9300_calc_iq_corr()5741 iqc_coeff[1] = (q_q_coff * 128) + (0x7f & q_i_coff); in ar9300_calc_iq_corr()5744 __func__, chain_idx, iqc_coeff[1]); in ar9300_calc_iq_corr()5927 coeff->iqc_coeff[0] = (phase & 0x7f) | ((magnitude & 0x7f) << 7); in ar9300_tx_iq_cal_outlier_detection()5933 coeff->iqc_coeff[0]); in ar9300_tx_iq_cal_outlier_detection()5938 coeff->iqc_coeff[0]); in ar9300_tx_iq_cal_outlier_detection()5941 ichan->tx_corr_coeff[im][ch_idx] = coeff->iqc_coeff[0]; in ar9300_tx_iq_cal_outlier_detection()[all …]