Searched refs:iqc_coeff (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_reset.c54 int32_t iqc_coeff[2]; member in struct:coeff_t
5487 const int32_t iq_res[], int32_t iqc_coeff[])
5660 iqc_coeff[0] = (q_q_coff * 128) + (0x7f & q_i_coff);
5663 __func__, chain_idx, iqc_coeff[0]);
5696 iqc_coeff[1] = (q_q_coff * 128) + (0x7f & q_i_coff);
5699 __func__, chain_idx, iqc_coeff[1]);
5882 coeff->iqc_coeff[0] = (phase & 0x7f) | ((magnitude & 0x7f) << 7);
5888 coeff->iqc_coeff[0]);
5893 coeff->iqc_coeff[0]);
5896 ichan->tx_corr_coeff[im][ch_idx] = coeff->iqc_coeff[
5486 ar9300_calc_iq_corr(struct ath_hal *ah, int32_t chain_idx, const int32_t iq_res[], int32_t iqc_coeff[]) argument
[all...]

Completed in 118 milliseconds