Home
last modified time | relevance | path

Searched refs:pChannels (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/dev/ath/ath_hal/
H A Dah_eeprom_v3.h246 uint16_t *pChannels; member
270 uint16_t pChannels[NUM_11A_EEPROM_CHANNELS]; member
309 uint16_t pChannels[NUM_11A_EEPROM_CHANNELS_2413]; member
328 uint16_t pChannels[NUM_11A_EEPROM_CHANNELS_2413]; member
H A Dah_eeprom_v3.c142 const uint16_t *pChanList = pCalDataset->pChannels; in eepromAllocExpnPower5112()
155 pPowerExpn->pChannels = data; in eepromAllocExpnPower5112()
161 pPowerExpn->pChannels[i] = in eepromAllocExpnPower5112()
337 eePower.pChannels[i] = freq[i]; in readEepromRawPowerCalInfo5112()
407 data = pPowerExpn->pChannels; in freeEepromRawPowerCalInfo5112()
409 pPowerExpn->pChannels = AH_NULL; in freeEepromRawPowerCalInfo5112()
434 pEEPROMDataset2413->pChannels[i] = channelValue; in ar2413SetupEEPROMDataset()
649 channelValue = pCal->pChannels[i]; in ar2413SetupRawDataset()
651 pRaw->pChannels[i] = channelValue; in ar2413SetupRawDataset()
834 uint16_t *pChannels = AH_NULL; in readEepromRawPowerCalInfo() local
[all …]
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar2316.c385 GetLowerUpperIndex(channel, pRawDataset->pChannels, in ar2316getGainBoundariesAndPdadcsForPowers()
418 channel, pRawDataset->pChannels[idxL], pRawDataset->pChannels[idxR], in ar2316getGainBoundariesAndPdadcsForPowers()
H A Dar2317.c363 GetLowerUpperIndex(channel, pRawDataset->pChannels, in ar2317getGainBoundariesAndPdadcsForPowers()
396 channel, pRawDataset->pChannels[idxL], pRawDataset->pChannels[idxR], in ar2317getGainBoundariesAndPdadcsForPowers()
H A Dar2413.c379 GetLowerUpperIndex(channel, pRawDataset->pChannels, in ar2413getGainBoundariesAndPdadcsForPowers()
412 channel, pRawDataset->pChannels[idxL], pRawDataset->pChannels[idxR], in ar2413getGainBoundariesAndPdadcsForPowers()
H A Dar2425.c386 GetLowerUpperIndex(channel, pRawDataset->pChannels, in ar2425getGainBoundariesAndPdadcsForPowers()
419 channel, pRawDataset->pChannels[idxL], pRawDataset->pChannels[idxR], in ar2425getGainBoundariesAndPdadcsForPowers()
H A Dar5413.c422 GetLowerUpperIndex(channel, pRawDataset->pChannels, in ar5413getGainBoundariesAndPdadcsForPowers()
455 channel, pRawDataset->pChannels[idxL], pRawDataset->pChannels[idxR], in ar5413getGainBoundariesAndPdadcsForPowers()
H A Dar5112.c425 ar5212GetLowerUpperIndex(freq, &pPowerExpn->pChannels[0], in ar5112SetPowerTable()
476 chan_L = pPowerExpn->pChannels[chan_idx_L]; in ar5112SetPowerTable()
477 chan_R = pPowerExpn->pChannels[chan_idx_R]; in ar5112SetPowerTable()
/freebsd/tools/tools/ath/athprom/
H A Dathprom.c335 exp->pChannels = (void *) atd.ad_out_data; in setmode()
729 fprintf(fd, "%4d", pExpnPower->pChannels[curchan]); in eevar()
731 fprintf(fd, "%4d", pRaw->pChannels[curchan]); in eevar()