Searched refs:numPcdacValues (Results 1 – 5 of 5) sorted by relevance
450 pcdacStruct.numPcdacValues = j; in ar5111SetPowerTable()455 for (j = 0; j < pcdacStruct.numPcdacValues; j++ ) in ar5111SetPowerTable()461 maxScaledPwr = pScaledUpDbm[pcdacStruct.numPcdacValues - 1]; in ar5111SetPowerTable()464 for (j = 0; j < pcdacStruct.numPcdacValues; j++) { in ar5111SetPowerTable()474 i = (uint16_t)(pcdacStruct.numPcdacValues - 1 - j); in ar5111SetPowerTable()487 for (j = 0; j < pcdacStruct.numPcdacValues; j++) in ar5111SetPowerTable()505 while (pwr < pScaledUpDbm[pcdacStruct.numPcdacValues - 1] && in ar5111SetPowerTable()509 while (pwr < pScaledUpDbm[pcdacStruct.numPcdacValues - 1] && in ar5111SetPowerTable()592 for (j = 0; j < pChannelData->numPcdacValues; j++ ) { in ar5212FindValueInList()624 pChannelData->numPcdacValues, in ar5212GetLowerUpperPcdacs()
1404 pcdacStruct.numPcdacValues = j; in ar5211SetPowerTable()1409 for (j = 0; j < pcdacStruct.numPcdacValues; j++ ) in ar5211SetPowerTable()1414 maxScaledPwr = pScaledUpDbm[pcdacStruct.numPcdacValues - 1]; in ar5211SetPowerTable()1417 for (j = 0; j < pcdacStruct.numPcdacValues; j++) { in ar5211SetPowerTable()1427 i = (uint16_t)(pcdacStruct.numPcdacValues - 1 - j); in ar5211SetPowerTable()1440 for (j = 0; j < pcdacStruct.numPcdacValues; j++) in ar5211SetPowerTable()1455 while (pwr < pScaledUpDbm[pcdacStruct.numPcdacValues - 1]) { in ar5211SetPowerTable()1458 while (pwr < pScaledUpDbm[pcdacStruct.numPcdacValues - 1] && in ar5211SetPowerTable()1746 for (j = 0; j < pChannelData->numPcdacValues; j++ ) { in ar5211FindValueInList()1886 pChannelData->numPcdacValues, pLowerPcdac, pUpperPcdac); in ar5211GetLowerUpperPcdacs()
171 uint16_t numPcdacValues; member181 uint16_t numPcdacValues; member
902 for (j = 0; j < pChannelData->numPcdacValues; j++) { in readEepromRawPowerCalInfo()1850 ee->ee_dataPerChannel11a[i].numPcdacValues = NUM_PCDAC_VALUES; in ath_hal_legacyEepromAttach()1860 ee->ee_dataPerChannel11b[i].numPcdacValues = NUM_PCDAC_VALUES; in ath_hal_legacyEepromAttach()1861 ee->ee_dataPerChannel11g[i].numPcdacValues = NUM_PCDAC_VALUES; in ath_hal_legacyEepromAttach()
944 if (++curpcdac < pDataPerChannel[0].numPcdacValues) in parseTemplate()