Searched refs:mag_tx (Results 1 – 1 of 1) sorted by relevance
565 s32 mag_tx, phs_tx, mag_rx, phs_rx; in ar9003_hw_solve_iq_cal() local577 mag_tx = f1 * (mag_a0_d0 - mag_a1_d0) + f3 * (phs_a0_d0 - phs_a1_d0); in ar9003_hw_solve_iq_cal()581 mag_tx = (mag_tx / f2); in ar9003_hw_solve_iq_cal()585 mag_rx = mag_a0_d0 - (cos_2phi_1 * mag_tx + sin_2phi_1 * phs_tx) / in ar9003_hw_solve_iq_cal()588 phs_rx = phs_a0_d0 + (sin_2phi_1 * mag_tx - cos_2phi_1 * phs_tx) / in ar9003_hw_solve_iq_cal()591 solved_eq[0] = mag_tx; in ar9003_hw_solve_iq_cal()631 s32 mag_tx, phs_tx, mag_rx, phs_rx; in ar9003_hw_calc_iq_corr() local766 mag_tx = solved_eq[0]; in ar9003_hw_calc_iq_corr()773 chain_idx, mag_tx/res_scale, phs_tx/res_scale); in ar9003_hw_calc_iq_corr()775 if (res_scale == mag_tx) { in ar9003_hw_calc_iq_corr()[all …]