Searched refs:cos_2phi_2 (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Dar9003_calib.c343 s32 cos_2phi_2,
350 s32 f1 = cos_2phi_1 - cos_2phi_2,
418 sin_2phi_2, cos_2phi_2; local
508 cos_2phi_2 = (((phs_a1_d1 - phs_a1_d0) * delpt_shift) / DELPT);
515 mag2 = ar9003_hw_find_mag_approx(ah, cos_2phi_2, sin_2phi_2);
528 cos_2phi_2 = (cos_2phi_2 * res_scale / mag2);
533 sin_2phi_2, cos_2phi_2,
339 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[]) argument

Completed in 80 milliseconds