Searched refs:pcdacStruct (Results 1 – 2 of 2) sorted by relevance
398 FULL_PCDAC_STRUCT pcdacStruct; in ar5111SetPowerTable() local440 OS_MEMZERO(&pcdacStruct, sizeof(pcdacStruct)); in ar5111SetPowerTable()441 pPcdacValues = pcdacStruct.PcdacValues; in ar5111SetPowerTable()442 pScaledUpDbm = pcdacStruct.PwrValues; in ar5111SetPowerTable()448 pcdacStruct.numPcdacValues = j; in ar5111SetPowerTable()449 pcdacStruct.pcdacMin = PCDAC_START; in ar5111SetPowerTable()450 pcdacStruct.pcdacMax = PCDAC_STOP; in ar5111SetPowerTable()453 for (j = 0; j < pcdacStruct.numPcdacValues; j++ ) in ar5111SetPowerTable()459 maxScaledPwr = pScaledUpDbm[pcdacStruct.numPcdacValues - 1]; in ar5111SetPowerTable()462 for (j = 0; j < pcdacStruct.numPcdacValues; j++) { in ar5111SetPowerTable()[all …]
1376 static FULL_PCDAC_STRUCT pcdacStruct; in ar5211SetPowerTable() local1392 OS_MEMZERO(&pcdacStruct, sizeof(FULL_PCDAC_STRUCT)); in ar5211SetPowerTable()1394 pPcdacValues = pcdacStruct.PcdacValues; in ar5211SetPowerTable()1395 pScaledUpDbm = pcdacStruct.PwrValues; in ar5211SetPowerTable()1401 pcdacStruct.numPcdacValues = j; in ar5211SetPowerTable()1402 pcdacStruct.pcdacMin = PCDAC_START; in ar5211SetPowerTable()1403 pcdacStruct.pcdacMax = PCDAC_STOP; in ar5211SetPowerTable()1406 for (j = 0; j < pcdacStruct.numPcdacValues; j++ ) in ar5211SetPowerTable()1411 maxScaledPwr = pScaledUpDbm[pcdacStruct.numPcdacValues - 1]; in ar5211SetPowerTable()1414 for (j = 0; j < pcdacStruct.numPcdacValues; j++) { in ar5211SetPowerTable()[all …]