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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Dar9003_calib.c409 s32 iqc_coeff[])
578 iqc_coeff[0] = (q_q_coff * 128) + q_i_coff;
582 chain_idx, iqc_coeff[0]);
611 iqc_coeff[1] = (q_q_coff * 128) + q_i_coff;
615 chain_idx, iqc_coeff[1]);
644 s32 iqc_coeff[2]; local
702 if (!ar9003_hw_calc_iq_corr(ah, i, iq_res, iqc_coeff)) {
710 iqc_coeff[0], iqc_coeff[1]);
714 iqc_coeff[
406 ar9003_hw_calc_iq_corr(struct ath_hw *ah, s32 chain_idx, const s32 iq_res[], s32 iqc_coeff[]) argument
[all...]

Completed in 105 milliseconds