Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/arn/
H A Darn_calib.c409 uint32_t powerMeasQ, powerMeasI, iqCorrMeas; in ath9k_hw_iqcalibrate() local
416 powerMeasQ = ahp->ah_totalPowerMeasQ[i]; in ath9k_hw_iqcalibrate()
436 "Chn %d pwr_meas_q = 0x%08x\n", i, powerMeasQ)); in ath9k_hw_iqcalibrate()
440 iCoffDenom = (powerMeasI / 2 + powerMeasQ / 2) / 128; in ath9k_hw_iqcalibrate()
441 qCoffDenom = powerMeasQ / 64; in ath9k_hw_iqcalibrate()
443 if (powerMeasQ != 0) { in ath9k_hw_iqcalibrate()