Searched refs:i2_p_q2_a1_d0 (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.c413 i2_m_q2_a1_d0, i2_p_q2_a1_d0, iq_corr_a1_d0, local
454 i2_p_q2_a1_d0 = (iq_res[3] >> 4) & 0xfff;
460 if (i2_p_q2_a1_d0 > 0x800)
461 i2_p_q2_a1_d0 = -((0xfff - i2_p_q2_a1_d0) + 1);
480 (i2_p_q2_a1_d0 == 0) || (i2_p_q2_a1_d1 == 0)) {
485 i2_p_q2_a1_d0, i2_p_q2_a1_d1);
495 mag_a1_d0 = (i2_m_q2_a1_d0 * res_scale) / i2_p_q2_a1_d0;
496 phs_a1_d0 = (iq_corr_a1_d0 * res_scale) / i2_p_q2_a1_d0;

Completed in 47 milliseconds