Searched refs:pScaledUpDbm (Results 1 – 2 of 2) sorted by relevance
401 int16_t *pScaledUpDbm; in ar5111SetPowerTable() local441 pScaledUpDbm = pcdacStruct.PwrValues; in ar5111SetPowerTable()453 pScaledUpDbm[j] = ar5212GetScaledPower(freq, in ar5111SetPowerTable()457 minScaledPwr = pScaledUpDbm[0]; in ar5111SetPowerTable()458 maxScaledPwr = pScaledUpDbm[pcdacStruct.numPcdacValues - 1]; in ar5111SetPowerTable()462 if (minScaledPwr >= pScaledUpDbm[j]) { in ar5111SetPowerTable()463 minScaledPwr = pScaledUpDbm[j]; in ar5111SetPowerTable()474 if (pScaledUpDbm[i-1] > pScaledUpDbm[i]) { in ar5111SetPowerTable()480 pScaledUpDbm[i - 1] = pScaledUpDbm[i]; in ar5111SetPowerTable()485 if (maxScaledPwr < pScaledUpDbm[j]) { in ar5111SetPowerTable()[all …]
1382 int16_t *pScaledUpDbm; in ar5211SetPowerTable() local1396 pScaledUpDbm = pcdacStruct.PwrValues; in ar5211SetPowerTable()1408 pScaledUpDbm[j] = ar5211GetScaledPower(channel, pPcdacValues[j], pSrcStruct); in ar5211SetPowerTable()1411 minScaledPwr = pScaledUpDbm[0]; in ar5211SetPowerTable()1412 maxScaledPwr = pScaledUpDbm[pcdacStruct.numPcdacValues - 1]; in ar5211SetPowerTable()1416 if (minScaledPwr >= pScaledUpDbm[j]) { in ar5211SetPowerTable()1417 minScaledPwr = pScaledUpDbm[j]; in ar5211SetPowerTable()1428 if (pScaledUpDbm[i-1] > pScaledUpDbm[i]) { in ar5211SetPowerTable()1434 pScaledUpDbm[i - 1] = pScaledUpDbm[i]; in ar5211SetPowerTable()1439 if (maxScaledPwr < pScaledUpDbm[j]) { in ar5211SetPowerTable()[all …]