Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_calib.c409 uint32_t powerMeasQ, powerMeasI, iqCorrMeas; in ath9k_hw_iqcalibrate() local
415 powerMeasI = ahp->ah_totalPowerMeasI[i]; in ath9k_hw_iqcalibrate()
434 "Chn %d pwr_meas_i = 0x%08x\n", i, powerMeasI)); in ath9k_hw_iqcalibrate()
440 iCoffDenom = (powerMeasI / 2 + powerMeasQ / 2) / 128; in ath9k_hw_iqcalibrate()
445 qCoff = powerMeasI / qCoffDenom - 64; in ath9k_hw_iqcalibrate()