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

/freebsd-13-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_reset.c5475 int32_t sin_2phi_1,
5486 int32_t f3 = sin_2phi_1 - sin_2phi_2;
5509 mag_a0_d0 - (cos_2phi_1 * mag_tx + sin_2phi_1 * phs_tx) / result_shift;
5512 phs_a0_d0 + (sin_2phi_1 * mag_tx - cos_2phi_1 * phs_tx) / result_shift;
5535 int32_t sin_2phi_1, cos_2phi_1, sin_2phi_2, cos_2phi_2; local
5624 sin_2phi_1 = (((mag_a0_d0 - mag_a0_d1) * delpt_shift) / DELPT);
5634 mag1 = ar9300_find_mag_approx(ah, cos_2phi_1, sin_2phi_1);
5645 sin_2phi_1 = (sin_2phi_1 * res_scale / mag1);
5652 sin_2phi_1, cos_2phi_
5473 ar9300_solve_iq_cal( struct ath_hal *ah, int32_t sin_2phi_1, int32_t cos_2phi_1, int32_t sin_2phi_2, int32_t cos_2phi_2, int32_t mag_a0_d0, int32_t phs_a0_d0, int32_t mag_a1_d0, int32_t phs_a1_d0, int32_t solved_eq[]) argument
[all...]

Completed in 116 milliseconds