Searched refs:txPowerIndexOffset (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/ath/ath_hal/ar9002/
H A Dar9287_reset.c336 int16_t txPowerIndexOffset = 0; local
376 ar9287SetPowerCalTable(ah, chan, &txPowerIndexOffset);
390 ahp->ah_txPowerIndexOffset = txPowerIndexOffset;
393 * txPowerIndexOffset is set by the SetPowerTable() call -
399 (int16_t)(txPowerIndexOffset +
H A Dar9285_reset.c80 int16_t txPowerIndexOffset = 0; local
118 if (!ar9285SetPowerCalTable(ah, pEepData, chan, &txPowerIndexOffset)) {
134 ahp->ah_txPowerIndexOffset = txPowerIndexOffset;
137 * txPowerIndexOffset is set by the SetPowerTable() call -
141 AH5416(ah)->ah_ratesArray[i] = (int16_t)(txPowerIndexOffset + AH5416(ah)->ah_ratesArray[i]);
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_reset.c1056 int16_t txPowerIndexOffset = 0; local
1098 if (!AH5416(ah)->ah_setPowerCalTable(ah, pEepData, chan, &txPowerIndexOffset)) {
1117 ahp->ah_txPowerIndexOffset = txPowerIndexOffset;
1120 * txPowerIndexOffset is set by the SetPowerTable() call -
1125 (int16_t)(txPowerIndexOffset + AH5416(ah)->ah_ratesArray[i]);

Completed in 69 milliseconds