Searched refs:pRaw (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/tools/tools/ath/athprom/
H A Dathprom.c220 const RAW_DATA_STRUCT_2413 *pRaw; variable
348 pRaw = &eeprom.ee_rawDataset2413[curmode];
349 numChannels = pRaw->numChannels;
476 mask = pRaw->xpd_mask;
722 fprintf(fd, "0x%02x", pRaw->xpd_mask);
727 fprintf(fd, "%2d", pRaw->numChannels);
732 fprintf(fd, "%4d", pRaw->pChannels[curchan]);
738 maxPower_t4 = pRaw->pDataPerChannel[curchan].maxPower_t4;
740 maxPower_t4 = getMaxPowerV5(&pRaw->pDataPerChannel[curchan]);
744 fprintf(fd, "%4d", pRaw
[all...]
/freebsd-11.0-release/sys/dev/ath/ath_hal/
H A Dah_eeprom_v3.c633 ar2413SetupRawDataset(RAW_DATA_STRUCT_2413 *pRaw, EEPROM_DATA_STRUCT_2413 *pCal) argument
639 pRaw->numChannels = pCal->numChannels;
641 xpd_mask = pRaw->xpd_mask;
651 pRaw->pChannels[i] = channelValue;
653 pRaw->pDataPerChannel[i].channelValue = channelValue;
654 pRaw->pDataPerChannel[i].numPdGains = numPdGainsUsed;
658 pRaw->pDataPerChannel[i].pDataPerPDGain[j].pd_gain = j;
660 pRaw->pDataPerChannel[i].pDataPerPDGain[j].numVpd = NUM_POINTS_OTHER_PDGAINS;
668 pRaw->pDataPerChannel[i].pDataPerPDGain[j].numVpd = NUM_POINTS_LAST_PDGAIN;
671 pRaw
678 ar2413EepromToRawDataset(struct ath_hal *ah, EEPROM_DATA_STRUCT_2413 *pCal, RAW_DATA_STRUCT_2413 *pRaw) argument
736 RAW_DATA_STRUCT_2413 *pRaw; local
[all...]

Completed in 53 milliseconds