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

/freebsd-current/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_cal_iq.c70 uint32_t powerMeasI = cal->totalPowerMeasI(i); local
89 powerMeasI);
95 iCoffDenom = (powerMeasI/2 + powerMeasQ/2)/ 128;
101 int32_t qCoff = powerMeasI/qCoffDenom - 64;
/freebsd-current/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_reset.c650 uint32_t powerMeasQ, powerMeasI; local
666 powerMeasI = OS_REG_READ(ah, AR_PHY_IQCAL_RES_PWR_MEAS_I);
674 iCoffDenom = (powerMeasI / 2 + powerMeasQ / 2) / 128;
683 qCoff = ((int32_t)powerMeasI / qCoffDenom) - 64;
687 HALDEBUG(ah, HAL_DEBUG_PERCAL, "powerMeasI = 0x%08x\n",
688 powerMeasI);
/freebsd-current/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_reset.c981 uint32_t powerMeasQ, powerMeasI; local
1012 powerMeasI = OS_REG_READ(ah, AR_PHY_IQCAL_RES_PWR_MEAS_I);
1015 if (powerMeasI && powerMeasQ)
1025 "%s: powerMeasI %u powerMeasQ %u iqCorrMeas %d\n",
1026 __func__, powerMeasI, powerMeasQ, iqCorrMeas);
1032 iCoffDenom = (powerMeasI / 2 + powerMeasQ / 2) / 128;
1046 qCoff = (powerMeasI / qCoffDenom) - 128;

Completed in 179 milliseconds