Searched refs:qCoff (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_cal_iq.c101 int32_t qCoff = powerMeasI/qCoffDenom - 64; local
105 HALDEBUG(ah, HAL_DEBUG_PERCAL, " qCoff = 0x%08x\n",
106 qCoff);
115 if (qCoff > 15)
116 qCoff = 15;
117 else if (qCoff <= -16)
118 qCoff = -16;
120 " : iCoff = 0x%x qCoff = 0x%x\n", iCoff, qCoff);
125 AR_PHY_TIMING_CTRL4_IQCORR_Q_Q_COFF, qCoff);
[all...]
/freebsd-10.2-release/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_reset.c976 int32_t qCoff, qCoffDenom; local
1043 qCoff = (powerMeasI / qCoffDenom) - 128;
1044 if (qCoff < -16) {
1045 qCoff = -16;
1046 } else if (qCoff > 15) {
1047 qCoff = 15;
1051 "%s: iCoff %d qCoff %d\n", __func__, iCoff, qCoff);
1057 AR_PHY_TIMING_CTRL4_IQCORR_Q_Q_COFF, qCoff);
1064 ichan->qCoff
1623 int iCoff, qCoff; local
[all...]
/freebsd-10.2-release/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_reset.c645 int32_t qCoff, qCoffDenom; local
682 qCoff = ((int32_t)powerMeasI / qCoffDenom) - 64;
684 qCoff = qCoff & 0x1f;
694 HALDEBUG(ah, HAL_DEBUG_PERCAL, "qCoff = %d\n",
695 qCoff);
701 ((uint32_t)qCoff);
/freebsd-10.2-release/sys/dev/ath/ath_hal/
H A Dah_internal.h187 int8_t qCoff; member in struct:__anon7989

Completed in 125 milliseconds