Searched defs:phs_tx (Results 1 - 1 of 1) sorted by relevance

/drivers/net/wireless/ath/ath9k/
H A Dar9003_calib.c343 s32 mag_tx, phs_tx, mag_rx, phs_rx; local
357 phs_tx = f3 * (-mag_a0_d0 + mag_a1_d0) + f1 * (phs_a0_d0 - phs_a1_d0);
360 phs_tx = (phs_tx / f2);
363 mag_rx = mag_a0_d0 - (cos_2phi_1 * mag_tx + sin_2phi_1 * phs_tx) /
366 phs_rx = phs_a0_d0 + (sin_2phi_1 * mag_tx - cos_2phi_1 * phs_tx) /
370 solved_eq[1] = phs_tx;
409 s32 mag_tx, phs_tx, mag_rx, phs_rx; local
535 phs_tx = solved_eq[1];
541 chain_idx, mag_tx/res_scale, phs_tx/res_scal
[all...]

Completed in 17 milliseconds