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

/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_reset.c2525 u_int32_t power_meas_q, power_meas_i, iq_corr_meas; local
2541 iq_corr_meas = ahp->ah_total_iq_corr_meas[i];
2551 /* iq_corr_meas is always negative. */
2552 if (iq_corr_meas > 0x80000000) {
2553 iq_corr_meas = (0xffffffff - iq_corr_meas) + 1;
2570 i_coff = iq_corr_meas / i_coff_denom;

Completed in 64 milliseconds