Searched refs:cos_2phi_1 (Results 1 – 1 of 1) sorted by relevance
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/ |
H A D | ar9300_reset.c | 5481 int32_t cos_2phi_1, in ar9300_solve_iq_cal() argument 5490 int32_t f1 = cos_2phi_1 - cos_2phi_2; in ar9300_solve_iq_cal() 5514 mag_a0_d0 - (cos_2phi_1 * mag_tx + sin_2phi_1 * phs_tx) / result_shift; in ar9300_solve_iq_cal() 5517 phs_a0_d0 + (sin_2phi_1 * mag_tx - cos_2phi_1 * phs_tx) / result_shift; in ar9300_solve_iq_cal() 5540 int32_t sin_2phi_1, cos_2phi_1, sin_2phi_2, cos_2phi_2; in ar9300_calc_iq_corr() local 5631 cos_2phi_1 = (((phs_a0_d1 - phs_a0_d0) * delpt_shift) / DELPT); in ar9300_calc_iq_corr() 5639 mag1 = ar9300_find_mag_approx(ah, cos_2phi_1, sin_2phi_1); in ar9300_calc_iq_corr() 5651 cos_2phi_1 = (cos_2phi_1 * res_scale / mag1); in ar9300_calc_iq_corr() 5657 sin_2phi_1, cos_2phi_1, sin_2phi_2, cos_2phi_2, mag_a0_d0, in ar9300_calc_iq_corr()
|