Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/ath/ath_hal/ar5212/
H A Dar5111.c584 const DATA_PER_CHANNEL *pChannelData = pSrcStruct->pDataPerChannel; in ar5212FindValueInList() local
588 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() local
619 if (pChannelData->channelValue == channel) in ar5212GetLowerUpperPcdacs()
621 pChannelData++; in ar5212GetLowerUpperPcdacs()
623 ar5212GetLowerUpperValues(pcdac, pChannelData->PcdacValues, in ar5212GetLowerUpperPcdacs()
[all …]
/freebsd-12.1/sys/dev/ath/ath_hal/
H A Dah_eeprom_v3.c837 DATA_PER_CHANNEL *pChannelData = AH_NULL; in readEepromRawPowerCalInfo() local
845 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 …]
/freebsd-12.1/sys/dev/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()
1875 const DATA_PER_CHANNEL *pChannelData; in ar5211GetLowerUpperPcdacs() local
1879 pChannelData = pSrcStruct->pDataPerChannel; in ar5211GetLowerUpperPcdacs()
1881 if (pChannelData->channelValue == channel) in ar5211GetLowerUpperPcdacs()
[all …]