HomeSort by: relevance | last modified time | path
    Searched defs:powerMeasI (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/isc/atheros_hal/dist/ar5416/
ar5416_cal_iq.c 70 uint32_t powerMeasI = cal->totalPowerMeasI(i);
89 powerMeasI);
95 iCoffDenom = (powerMeasI/2 + powerMeasQ/2)/ 128;
101 int32_t qCoff = powerMeasI/qCoffDenom - 64;
ar5416_cal_iq.c 70 uint32_t powerMeasI = cal->totalPowerMeasI(i);
89 powerMeasI);
95 iCoffDenom = (powerMeasI/2 + powerMeasQ/2)/ 128;
101 int32_t qCoff = powerMeasI/qCoffDenom - 64;
  /src/sys/external/isc/atheros_hal/dist/ar5211/
ar5211_reset.c 676 uint32_t powerMeasQ, powerMeasI;
692 powerMeasI = OS_REG_READ(ah, AR_PHY_IQCAL_RES_PWR_MEAS_I);
700 iCoffDenom = (powerMeasI / 2 + powerMeasQ / 2) / 128;
709 qCoff = ((int32_t)powerMeasI / qCoffDenom) - 64;
713 HALDEBUG(ah, HAL_DEBUG_PERCAL, "powerMeasI = 0x%08x\n",
714 powerMeasI);
ar5211_reset.c 676 uint32_t powerMeasQ, powerMeasI;
692 powerMeasI = OS_REG_READ(ah, AR_PHY_IQCAL_RES_PWR_MEAS_I);
700 iCoffDenom = (powerMeasI / 2 + powerMeasQ / 2) / 128;
709 qCoff = ((int32_t)powerMeasI / qCoffDenom) - 64;
713 HALDEBUG(ah, HAL_DEBUG_PERCAL, "powerMeasI = 0x%08x\n",
714 powerMeasI);
  /src/sys/external/isc/atheros_hal/dist/ar5212/
ar5212_reset.c 983 uint32_t powerMeasQ, powerMeasI;
1016 powerMeasI = OS_REG_READ(ah, AR_PHY_IQCAL_RES_PWR_MEAS_I);
1019 if (powerMeasI && powerMeasQ)
1031 iCoffDenom = (powerMeasI / 2 + powerMeasQ / 2) / 128;
1045 qCoff = (powerMeasI / qCoffDenom) - 128;
1057 "powerMeasI = 0x%08x\n", powerMeasI);
ar5212_reset.c 983 uint32_t powerMeasQ, powerMeasI;
1016 powerMeasI = OS_REG_READ(ah, AR_PHY_IQCAL_RES_PWR_MEAS_I);
1019 if (powerMeasI && powerMeasQ)
1031 iCoffDenom = (powerMeasI / 2 + powerMeasQ / 2) / 128;
1045 qCoff = (powerMeasI / qCoffDenom) - 128;
1057 "powerMeasI = 0x%08x\n", powerMeasI);

Completed in 32 milliseconds