HomeSort by: relevance | last modified time | path
    Searched defs:pChannelData (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/isc/atheros_hal/dist/
ah_eeprom_v3.c 833 DATA_PER_CHANNEL *pChannelData = AH_NULL;
841 pChannelData = ee->ee_dataPerChannel11a;
849 pChannelData = ee->ee_dataPerChannel11b;
857 pChannelData = ee->ee_dataPerChannel11g;
866 pChannelData->channelValue = pChannels[i];
869 pChannelData->pcdacMax = (uint16_t)((eeval >> 10) & PCDAC_MASK);
870 pChannelData->pcdacMin = (uint16_t)((eeval >> 4) & PCDAC_MASK);
871 pChannelData->PwrValues[0] = (uint16_t)((eeval << 2) & POWER_MASK);
874 pChannelData->PwrValues[0] |= (uint16_t)((eeval >> 14) & 0x3);
875 pChannelData->PwrValues[1] = (uint16_t)((eeval >> 8) & POWER_MASK)
    [all...]
  /src/sys/external/isc/atheros_hal/dist/ar5212/
ar5111.c 575 const DATA_PER_CHANNEL *pChannelData = pSrcStruct->pDataPerChannel;
579 if (pChannelData->channelValue == channel) {
580 const uint16_t* pPcdac = pChannelData->PcdacValues;
583 for (j = 0; j < pChannelData->numPcdacValues; j++ ) {
585 *powerValue = pChannelData->PwrValues[j];
591 pChannelData++;
605 const DATA_PER_CHANNEL *pChannelData = pSrcStruct->pDataPerChannel;
610 if (pChannelData->channelValue == channel)
612 pChannelData++;
614 ar5212GetLowerUpperValues(pcdac, pChannelData->PcdacValues
    [all...]
  /src/sys/external/isc/atheros_hal/dist/ar5211/
ar5211_reset.c 1756 const DATA_PER_CHANNEL *pChannelData;
1760 pChannelData = pSrcStruct->pDataPerChannel;
1762 if (pChannelData->channelValue == channel) {
1763 pPcdac = pChannelData->PcdacValues;
1764 for (j = 0; j < pChannelData->numPcdacValues; j++ ) {
1766 *powerValue = pChannelData->PwrValues[j];
1772 pChannelData++;
1893 const DATA_PER_CHANNEL *pChannelData;
1897 pChannelData = pSrcStruct->pDataPerChannel;
1899 if (pChannelData->channelValue == channel
    [all...]

Completed in 22 milliseconds