Searched refs:pChannelData (Results 1 – 3 of 3) sorted by relevance
584 const DATA_PER_CHANNEL *pChannelData = pSrcStruct->pDataPerChannel; in ar5212FindValueInList() local588 if (pChannelData->channelValue == channel) { in ar5212FindValueInList()589 const uint16_t* pPcdac = pChannelData->PcdacValues; in ar5212FindValueInList()592 for (j = 0; j < pChannelData->numPcdacValues; j++ ) { in ar5212FindValueInList()594 *powerValue = pChannelData->PwrValues[j]; in ar5212FindValueInList()600 pChannelData++; in ar5212FindValueInList()614 const DATA_PER_CHANNEL *pChannelData = pSrcStruct->pDataPerChannel; in ar5212GetLowerUpperPcdacs() local619 if (pChannelData->channelValue == channel) in ar5212GetLowerUpperPcdacs()621 pChannelData++; in ar5212GetLowerUpperPcdacs()623 ar5212GetLowerUpperValues(pcdac, pChannelData->PcdacValues, in ar5212GetLowerUpperPcdacs()[all …]
837 DATA_PER_CHANNEL *pChannelData = AH_NULL; in readEepromRawPowerCalInfo() local845 pChannelData = ee->ee_dataPerChannel11a; in readEepromRawPowerCalInfo()853 pChannelData = ee->ee_dataPerChannel11b; in readEepromRawPowerCalInfo()861 pChannelData = ee->ee_dataPerChannel11g; in readEepromRawPowerCalInfo()870 pChannelData->channelValue = pChannels[i]; in readEepromRawPowerCalInfo()899 pChannelData->pcdacMin, pChannelData->pcdacMax, in readEepromRawPowerCalInfo()900 pChannelData->PcdacValues) ; in readEepromRawPowerCalInfo()902 for (j = 0; j < pChannelData->numPcdacValues; j++) { in readEepromRawPowerCalInfo()903 pChannelData->PwrValues[j] = (uint16_t)( in readEepromRawPowerCalInfo()904 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()1875 const DATA_PER_CHANNEL *pChannelData; in ar5211GetLowerUpperPcdacs() local1879 pChannelData = pSrcStruct->pDataPerChannel; in ar5211GetLowerUpperPcdacs()1881 if (pChannelData->channelValue == channel) in ar5211GetLowerUpperPcdacs()[all …]