Searched refs:pScaledUpDbm (Results 1 – 2 of 2) sorted by relevance
395 int16_t *pScaledUpDbm; in ar5111SetPowerTable() local435 pScaledUpDbm = pcdacStruct.PwrValues; in ar5111SetPowerTable()447 pScaledUpDbm[j] = ar5212GetScaledPower(chan->channel, in ar5111SetPowerTable()451 minScaledPwr = pScaledUpDbm[0]; in ar5111SetPowerTable()452 maxScaledPwr = pScaledUpDbm[pcdacStruct.numPcdacValues - 1]; in ar5111SetPowerTable()456 if (minScaledPwr >= pScaledUpDbm[j]) { in ar5111SetPowerTable()457 minScaledPwr = pScaledUpDbm[j]; in ar5111SetPowerTable()468 if (pScaledUpDbm[i-1] > pScaledUpDbm[i]) { in ar5111SetPowerTable()474 pScaledUpDbm[i - 1] = pScaledUpDbm[i]; in ar5111SetPowerTable()479 if (maxScaledPwr < pScaledUpDbm[j]) { in ar5111SetPowerTable()[all …]
1404 int16_t *pScaledUpDbm; in ar5211SetPowerTable() local1418 pScaledUpDbm = pcdacStruct.PwrValues; in ar5211SetPowerTable()1430 pScaledUpDbm[j] = ar5211GetScaledPower(channel, pPcdacValues[j], pSrcStruct); in ar5211SetPowerTable()1433 minScaledPwr = pScaledUpDbm[0]; in ar5211SetPowerTable()1434 maxScaledPwr = pScaledUpDbm[pcdacStruct.numPcdacValues - 1]; in ar5211SetPowerTable()1438 if (minScaledPwr >= pScaledUpDbm[j]) { in ar5211SetPowerTable()1439 minScaledPwr = pScaledUpDbm[j]; in ar5211SetPowerTable()1450 if (pScaledUpDbm[i-1] > pScaledUpDbm[i]) { in ar5211SetPowerTable()1456 pScaledUpDbm[i - 1] = pScaledUpDbm[i]; in ar5211SetPowerTable()1461 if (maxScaledPwr < pScaledUpDbm[j]) { in ar5211SetPowerTable()[all …]