Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dar9003_calib.c553 s32 cos_2phi_1, in ar9003_hw_solve_iq_cal() argument
562 s32 f1 = cos_2phi_1 - cos_2phi_2, 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()
629 sin_2phi_1, cos_2phi_1, in ar9003_hw_calc_iq_corr() local
729 cos_2phi_1 = (((phs_a0_d1 - phs_a0_d0) * delpt_shift) / DELPT); in ar9003_hw_calc_iq_corr()
739 mag1 = ar9003_hw_find_mag_approx(ah, cos_2phi_1, sin_2phi_1); in ar9003_hw_calc_iq_corr()
750 cos_2phi_1 = (cos_2phi_1 * res_scale / mag1); in ar9003_hw_calc_iq_corr()
756 sin_2phi_1, cos_2phi_1, in ar9003_hw_calc_iq_corr()