Searched refs:powerMeasI (Results 1 – 2 of 2) sorted by relevance
195 u32 powerMeasQ, powerMeasI, iqCorrMeas; in ar9002_hw_iqcalibrate() local 201 powerMeasI = ah->totalPowerMeasI[i]; in ar9002_hw_iqcalibrate() 221 i, powerMeasI); in ar9002_hw_iqcalibrate() 226 iCoffDenom = (powerMeasI / 2 + powerMeasQ / 2) / 128; in ar9002_hw_iqcalibrate() 232 qCoff = powerMeasI / qCoffDenom - 64; in ar9002_hw_iqcalibrate()
200 u32 powerMeasQ, powerMeasI, iqCorrMeas; in ar9003_hw_iqcalibrate() local 211 powerMeasI = ah->totalPowerMeasI[i]; in ar9003_hw_iqcalibrate() 230 i, powerMeasI); in ar9003_hw_iqcalibrate() 235 iCoffDenom = (powerMeasI / 2 + powerMeasQ / 2) / 256; in ar9003_hw_iqcalibrate() 240 qCoff = powerMeasI / qCoffDenom - 64; in ar9003_hw_iqcalibrate()