Searched refs:i2_p_q2_a1_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.c414 i2_m_q2_a1_d1, i2_p_q2_a1_d1, iq_corr_a1_d1; local
467 i2_p_q2_a1_d1 = ((iq_res[4] >> 24) & 0xff) + ((iq_res[5] & 0xf) << 8);
473 if (i2_p_q2_a1_d1 > 0x800)
474 i2_p_q2_a1_d1 = -((0xfff - i2_p_q2_a1_d1) + 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);
498 mag_a1_d1 = (i2_m_q2_a1_d1 * res_scale) / i2_p_q2_a1_d1;
499 phs_a1_d1 = (iq_corr_a1_d1 * res_scale) / i2_p_q2_a1_d1;

Completed in 34 milliseconds