Searched refs:sin_2phi_1 (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.c340 s32 sin_2phi_1,
351 f3 = sin_2phi_1 - sin_2phi_2,
373 mag_rx = mag_a0_d0 - (cos_2phi_1 * mag_tx + sin_2phi_1 * phs_tx) /
376 phs_rx = phs_a0_d0 + (sin_2phi_1 * mag_tx - cos_2phi_1 * phs_tx) /
417 sin_2phi_1, cos_2phi_1, local
502 sin_2phi_1 = (((mag_a0_d0 - mag_a0_d1) * delpt_shift) / DELPT);
514 mag1 = ar9003_hw_find_mag_approx(ah, cos_2phi_1, sin_2phi_1);
525 sin_2phi_1 = (sin_2phi_1 * res_scale / mag1);
532 sin_2phi_1, cos_2phi_
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
[all...]

Completed in 120 milliseconds