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

/freebsd-10.3-release/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_cal_iq.c74 int iqCorrNeg; local
81 iqCorrNeg = 0;
85 iqCorrNeg = 1;
92 HALDEBUG(ah, HAL_DEBUG_PERCAL, " iqCorrNeg is 0x%08x\n",
93 iqCorrNeg);
108 /* Negate iCoff if iqCorrNeg == 0 */
113 if (iqCorrNeg == 0x0)

Completed in 92 milliseconds