Searched refs:pChannelData (Results 1 – 3 of 3) sorted by relevance
583 const DATA_PER_CHANNEL *pChannelData = pSrcStruct->pDataPerChannel; in ar5212FindValueInList() local587 if (pChannelData->channelValue == channel) { in ar5212FindValueInList()588 const uint16_t* pPcdac = pChannelData->PcdacValues; in ar5212FindValueInList()591 for (j = 0; j < pChannelData->numPcdacValues; j++ ) { in ar5212FindValueInList()593 *powerValue = pChannelData->PwrValues[j]; in ar5212FindValueInList()599 pChannelData++; in ar5212FindValueInList()613 const DATA_PER_CHANNEL *pChannelData = pSrcStruct->pDataPerChannel; in ar5212GetLowerUpperPcdacs() local618 if (pChannelData->channelValue == channel) in ar5212GetLowerUpperPcdacs()620 pChannelData++; in ar5212GetLowerUpperPcdacs()622 ar5212GetLowerUpperValues(pcdac, pChannelData->PcdacValues, in ar5212GetLowerUpperPcdacs()[all …]
835 DATA_PER_CHANNEL *pChannelData = AH_NULL; in readEepromRawPowerCalInfo() local843 pChannelData = ee->ee_dataPerChannel11a; in readEepromRawPowerCalInfo()851 pChannelData = ee->ee_dataPerChannel11b; in readEepromRawPowerCalInfo()859 pChannelData = ee->ee_dataPerChannel11g; in readEepromRawPowerCalInfo()868 pChannelData->channelValue = pChannels[i]; in readEepromRawPowerCalInfo()897 pChannelData->pcdacMin, pChannelData->pcdacMax, in readEepromRawPowerCalInfo()898 pChannelData->PcdacValues) ; in readEepromRawPowerCalInfo()900 for (j = 0; j < pChannelData->numPcdacValues; j++) { in readEepromRawPowerCalInfo()901 pChannelData->PwrValues[j] = (uint16_t)( in readEepromRawPowerCalInfo()902 PWR_STEP * pChannelData->PwrValues[j]); in readEepromRawPowerCalInfo()[all …]
1738 const DATA_PER_CHANNEL *pChannelData; in ar5211FindValueInList() local1742 pChannelData = pSrcStruct->pDataPerChannel; in ar5211FindValueInList()1744 if (pChannelData->channelValue == channel) { in ar5211FindValueInList()1745 pPcdac = pChannelData->PcdacValues; in ar5211FindValueInList()1746 for (j = 0; j < pChannelData->numPcdacValues; j++ ) { in ar5211FindValueInList()1748 *powerValue = pChannelData->PwrValues[j]; in ar5211FindValueInList()1754 pChannelData++; in ar5211FindValueInList()1878 const DATA_PER_CHANNEL *pChannelData; in ar5211GetLowerUpperPcdacs() local1882 pChannelData = pSrcStruct->pDataPerChannel; in ar5211GetLowerUpperPcdacs()1884 if (pChannelData->channelValue == channel) in ar5211GetLowerUpperPcdacs()[all …]