Searched refs:mag_tx (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.c353 s32 mag_tx, phs_tx, mag_rx, phs_rx; local
365 mag_tx = f1 * (mag_a0_d0 - mag_a1_d0) + f3 * (phs_a0_d0 - phs_a1_d0);
369 mag_tx = (mag_tx / f2);
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) /
379 solved_eq[0] = mag_tx;
419 s32 mag_tx, phs_tx, mag_rx, phs_rx; local
542 mag_tx = solved_eq[0];
549 chain_idx, mag_tx/res_scal
[all...]

Completed in 104 milliseconds