Searched refs:i2_p_q2_a0_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.c411 s32 i2_m_q2_a0_d0, i2_p_q2_a0_d0, iq_corr_a0_d0, local
428 i2_p_q2_a0_d0 = (iq_res[0] >> 12) & 0xfff;
434 if (i2_p_q2_a0_d0 > 0x800)
435 i2_p_q2_a0_d0 = -((0xfff - i2_p_q2_a0_d0) + 1);
479 if ((i2_p_q2_a0_d0 == 0) || (i2_p_q2_a0_d1 == 0) ||
484 i2_p_q2_a0_d0, i2_p_q2_a0_d1,
489 mag_a0_d0 = (i2_m_q2_a0_d0 * res_scale) / i2_p_q2_a0_d0;
490 phs_a0_d0 = (iq_corr_a0_d0 * res_scale) / i2_p_q2_a0_d0;

Completed in 28 milliseconds