Searched refs:phs_tx (Results 1 – 1 of 1) sorted by relevance
5424 int32_t mag_tx, phs_tx, mag_rx, phs_rx; in ar9300_solve_iq_cal() local5438 phs_tx = f3 * (-mag_a0_d0 + mag_a1_d0) + f1 * (phs_a0_d0 - phs_a1_d0); in ar9300_solve_iq_cal()5441 phs_tx = (phs_tx / f2); in ar9300_solve_iq_cal()5445 mag_a0_d0 - (cos_2phi_1 * mag_tx + sin_2phi_1 * phs_tx) / result_shift; in ar9300_solve_iq_cal()5448 phs_a0_d0 + (sin_2phi_1 * mag_tx - cos_2phi_1 * phs_tx) / result_shift; in ar9300_solve_iq_cal()5451 solved_eq[1] = phs_tx; in ar9300_solve_iq_cal()5472 int32_t mag_tx, phs_tx, mag_rx, phs_rx; in ar9300_calc_iq_corr() local5597 phs_tx = solved_eq[1]; in ar9300_calc_iq_corr()5603 __func__, chain_idx, mag_tx / res_scale, phs_tx / res_scale); in ar9300_calc_iq_corr()5614 phs_corr_tx = -phs_tx; in ar9300_calc_iq_corr()