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

/netbsd-6-1-5-RELEASE/sys/external/isc/atheros_hal/dist/ar5416/
H A Dar9285_reset.c99 int16_t txPowerIndexOffset = 0; local
137 if (!ar9285SetPowerCalTable(ah, pEepData, ichan, &txPowerIndexOffset)) {
152 ahp->ah_txPowerIndexOffset = txPowerIndexOffset;
155 * txPowerIndexOffset is set by the SetPowerTable() call -
159 ratesArray[i] = (int16_t)(txPowerIndexOffset + ratesArray[i]);
H A Dar5416_reset.c854 int16_t txPowerIndexOffset = 0; local
891 if (!ar5416SetPowerCalTable(ah, pEepData, chan, &txPowerIndexOffset)) {
909 ahp->ah_txPowerIndexOffset = txPowerIndexOffset;
912 * txPowerIndexOffset is set by the SetPowerTable() call -
916 ratesArray[i] = (int16_t)(txPowerIndexOffset + ratesArray[i]);

Completed in 56 milliseconds