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

/freebsd-11.0-release/sys/dev/ath/ath_hal/ar5212/
H A Dar5111.c402 int16_t *pScaledUpDbm; local
442 pScaledUpDbm = pcdacStruct.PwrValues;
454 pScaledUpDbm[j] = ar5212GetScaledPower(freq,
458 minScaledPwr = pScaledUpDbm[0];
459 maxScaledPwr = pScaledUpDbm[pcdacStruct.numPcdacValues - 1];
463 if (minScaledPwr >= pScaledUpDbm[j]) {
464 minScaledPwr = pScaledUpDbm[j];
475 if (pScaledUpDbm[i-1] > pScaledUpDbm[i]) {
481 pScaledUpDbm[
[all...]
/freebsd-11.0-release/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_reset.c1382 int16_t *pScaledUpDbm; local
1396 pScaledUpDbm = pcdacStruct.PwrValues;
1408 pScaledUpDbm[j] = ar5211GetScaledPower(channel, pPcdacValues[j], pSrcStruct);
1411 minScaledPwr = pScaledUpDbm[0];
1412 maxScaledPwr = pScaledUpDbm[pcdacStruct.numPcdacValues - 1];
1416 if (minScaledPwr >= pScaledUpDbm[j]) {
1417 minScaledPwr = pScaledUpDbm[j];
1428 if (pScaledUpDbm[i-1] > pScaledUpDbm[i]) {
1434 pScaledUpDbm[
[all...]

Completed in 178 milliseconds