Searched refs:i2_p_q2_a0_d1 (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.c412 i2_m_q2_a0_d1, i2_p_q2_a0_d1, iq_corr_a0_d1, local
441 i2_p_q2_a0_d1 = (iq_res[2] & 0xfff);
447 if (i2_p_q2_a0_d1 > 0x800)
448 i2_p_q2_a0_d1 = -((0xfff - i2_p_q2_a0_d1) + 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,
492 mag_a0_d1 = (i2_m_q2_a0_d1 * res_scale) / i2_p_q2_a0_d1;
493 phs_a0_d1 = (iq_corr_a0_d1 * res_scale) / i2_p_q2_a0_d1;

Completed in 30 milliseconds