Searched refs:cos_2phi_1 (Results 1 - 1 of 1) sorted by relevance
/linux-4.1.27/drivers/net/wireless/ath/ath9k/ |
H A D | ar9003_calib.c | 554 s32 cos_2phi_1, ar9003_hw_solve_iq_cal() 563 s32 f1 = cos_2phi_1 - cos_2phi_2, ar9003_hw_solve_iq_cal() 586 mag_rx = mag_a0_d0 - (cos_2phi_1 * mag_tx + sin_2phi_1 * phs_tx) / ar9003_hw_solve_iq_cal() 589 phs_rx = phs_a0_d0 + (sin_2phi_1 * mag_tx - cos_2phi_1 * phs_tx) / ar9003_hw_solve_iq_cal() 630 sin_2phi_1, cos_2phi_1, ar9003_hw_calc_iq_corr() local 730 cos_2phi_1 = (((phs_a0_d1 - phs_a0_d0) * delpt_shift) / DELPT); ar9003_hw_calc_iq_corr() 740 mag1 = ar9003_hw_find_mag_approx(ah, cos_2phi_1, sin_2phi_1); ar9003_hw_calc_iq_corr() 751 cos_2phi_1 = (cos_2phi_1 * res_scale / mag1); ar9003_hw_calc_iq_corr() 757 sin_2phi_1, cos_2phi_1, ar9003_hw_calc_iq_corr() 552 ar9003_hw_solve_iq_cal(struct ath_hw *ah, s32 sin_2phi_1, s32 cos_2phi_1, s32 sin_2phi_2, s32 cos_2phi_2, s32 mag_a0_d0, s32 phs_a0_d0, s32 mag_a1_d0, s32 phs_a1_d0, s32 solved_eq[]) ar9003_hw_solve_iq_cal() argument
|
Completed in 44 milliseconds