Searched refs:iq_res (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.c408 const s32 iq_res[],
427 i2_m_q2_a0_d0 = iq_res[0] & 0xfff;
428 i2_p_q2_a0_d0 = (iq_res[0] >> 12) & 0xfff;
429 iq_corr_a0_d0 = ((iq_res[0] >> 24) & 0xff) + ((iq_res[1] & 0xf) << 8);
440 i2_m_q2_a0_d1 = (iq_res[1] >> 4) & 0xfff;
441 i2_p_q2_a0_d1 = (iq_res[2] & 0xfff);
442 iq_corr_a0_d1 = (iq_res[2] >> 12) & 0xfff;
453 i2_m_q2_a1_d0 = ((iq_res[2] >> 24) & 0xff) + ((iq_res[
406 ar9003_hw_calc_iq_corr(struct ath_hw *ah, s32 chain_idx, const s32 iq_res[], s32 iqc_coeff[]) argument
643 s32 iq_res[6]; local
[all...]

Completed in 14 milliseconds