Home
last modified time | relevance | path

Searched refs:pChannelData (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/dev/netif/ath/ath_hal/ar5212/
H A Dar5111.c583 const DATA_PER_CHANNEL *pChannelData = pSrcStruct->pDataPerChannel; in ar5212FindValueInList() local
587 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() local
618 if (pChannelData->channelValue == channel) in ar5212GetLowerUpperPcdacs()
620 pChannelData++; in ar5212GetLowerUpperPcdacs()
622 ar5212GetLowerUpperValues(pcdac, pChannelData->PcdacValues, in ar5212GetLowerUpperPcdacs()
[all …]
/dragonfly/sys/dev/netif/ath/ath_hal/
H A Dah_eeprom_v3.c835 DATA_PER_CHANNEL *pChannelData = AH_NULL; in readEepromRawPowerCalInfo() local
843 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 …]
/dragonfly/sys/dev/netif/ath/ath_hal/ar5211/
H A Dar5211_reset.c1738 const DATA_PER_CHANNEL *pChannelData; in ar5211FindValueInList() local
1742 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() local
1882 pChannelData = pSrcStruct->pDataPerChannel; in ar5211GetLowerUpperPcdacs()
1884 if (pChannelData->channelValue == channel) in ar5211GetLowerUpperPcdacs()
[all …]