Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/ath/ath_hal/ar5212/
Dar5111.c402 int16_t *pScaledUpDbm; in ar5111SetPowerTable() local
442 pScaledUpDbm = pcdacStruct.PwrValues; in ar5111SetPowerTable()
454 pScaledUpDbm[j] = ar5212GetScaledPower(freq, in ar5111SetPowerTable()
458 minScaledPwr = pScaledUpDbm[0]; in ar5111SetPowerTable()
459 maxScaledPwr = pScaledUpDbm[pcdacStruct.numPcdacValues - 1]; in ar5111SetPowerTable()
463 if (minScaledPwr >= pScaledUpDbm[j]) { in ar5111SetPowerTable()
464 minScaledPwr = pScaledUpDbm[j]; in ar5111SetPowerTable()
475 if (pScaledUpDbm[i-1] > pScaledUpDbm[i]) { in ar5111SetPowerTable()
481 pScaledUpDbm[i - 1] = pScaledUpDbm[i]; in ar5111SetPowerTable()
486 if (maxScaledPwr < pScaledUpDbm[j]) { in ar5111SetPowerTable()
[all …]
/freebsd-9-stable/sys/dev/ath/ath_hal/ar5211/
Dar5211_reset.c1383 int16_t *pScaledUpDbm; in ar5211SetPowerTable() local
1397 pScaledUpDbm = pcdacStruct.PwrValues; in ar5211SetPowerTable()
1409 pScaledUpDbm[j] = ar5211GetScaledPower(channel, pPcdacValues[j], pSrcStruct); in ar5211SetPowerTable()
1412 minScaledPwr = pScaledUpDbm[0]; in ar5211SetPowerTable()
1413 maxScaledPwr = pScaledUpDbm[pcdacStruct.numPcdacValues - 1]; in ar5211SetPowerTable()
1417 if (minScaledPwr >= pScaledUpDbm[j]) { in ar5211SetPowerTable()
1418 minScaledPwr = pScaledUpDbm[j]; in ar5211SetPowerTable()
1429 if (pScaledUpDbm[i-1] > pScaledUpDbm[i]) { in ar5211SetPowerTable()
1435 pScaledUpDbm[i - 1] = pScaledUpDbm[i]; in ar5211SetPowerTable()
1440 if (maxScaledPwr < pScaledUpDbm[j]) { in ar5211SetPowerTable()
[all …]