Home
last modified time | relevance | path

Searched refs:phs_a0_d0 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dar9003_calib.c557 s32 phs_a0_d0, in ar9003_hw_solve_iq_cal() argument
577 mag_tx = f1 * (mag_a0_d0 - mag_a1_d0) + f3 * (phs_a0_d0 - phs_a1_d0); in ar9003_hw_solve_iq_cal()
579 phs_tx = f3 * (-mag_a0_d0 + mag_a1_d0) + f1 * (phs_a0_d0 - phs_a1_d0); 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()
628 phs_a0_d0, phs_a1_d0, phs_a0_d1, phs_a1_d1, in ar9003_hw_calc_iq_corr() local
715 phs_a0_d0 = (iq_corr_a0_d0 * res_scale) / i2_p_q2_a0_d0; in ar9003_hw_calc_iq_corr()
729 cos_2phi_1 = (((phs_a0_d1 - phs_a0_d0) * delpt_shift) / DELPT); in ar9003_hw_calc_iq_corr()
758 mag_a0_d0, phs_a0_d0, in ar9003_hw_calc_iq_corr()