Searched refs:pScaledUpDbm (Results 1 – 2 of 2) sorted by relevance
402 int16_t *pScaledUpDbm; in ar5111SetPowerTable() local442 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 …]
1383 int16_t *pScaledUpDbm; in ar5211SetPowerTable() local1397 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 …]