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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5416/
H A Dar5416_cal_iq.c103 int32_t qCoff = powerMeasI/qCoffDenom - 64; local
107 HALDEBUG(ah, HAL_DEBUG_PERCAL, " qCoff = 0x%08x\n",
108 qCoff);
117 if (qCoff > 15)
118 qCoff = 15;
119 else if (qCoff <= -16)
120 qCoff = -16;
122 " : iCoff = 0x%x qCoff = 0x%x\n", iCoff, qCoff);
127 AR_PHY_TIMING_CTRL4_IQCORR_Q_Q_COFF, qCoff);
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5212/
H A Dar5212_reset.c981 int32_t qCoff, qCoffDenom; local
1048 qCoff = (powerMeasI / qCoffDenom) - 128;
1049 if (qCoff < -16) {
1050 qCoff = -16;
1051 } else if (qCoff > 15) {
1052 qCoff = 15;
1056 "%s: iCoff %d qCoff %d\n", __func__, iCoff, qCoff);
1062 AR_PHY_TIMING_CTRL4_IQCORR_Q_Q_COFF, qCoff);
1069 ichan->qCoff
1627 int iCoff, qCoff; local
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5211/
H A Dar5211_reset.c648 int32_t qCoff, qCoffDenom; local
685 qCoff = ((int32_t)powerMeasI / qCoffDenom) - 64;
687 qCoff = qCoff & 0x1f;
697 HALDEBUG(ah, HAL_DEBUG_PERCAL, "qCoff = %d\n",
698 qCoff);
704 ((uint32_t)qCoff);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/
H A Dah_internal.h198 int8_t qCoff; member in struct:__anon108

Completed in 54 milliseconds