Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/netif/ath/ath_hal/
H A Dah_eeprom_v3.h247 uint16_t *pChannels; member
271 uint16_t pChannels[NUM_11A_EEPROM_CHANNELS]; member
310 uint16_t pChannels[NUM_11A_EEPROM_CHANNELS_2413]; member
329 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 …]
/dflybsd-src/sys/dev/netif/ath/ath_hal/ar5212/
H A Dar2425.c389 GetLowerUpperIndex(channel, pRawDataset->pChannels, in ar2425getGainBoundariesAndPdadcsForPowers()
422 channel, pRawDataset->pChannels[idxL], pRawDataset->pChannels[idxR], in ar2425getGainBoundariesAndPdadcsForPowers()
H A Dar2317.c363 GetLowerUpperIndex(channel, pRawDataset->pChannels, in ar2317getGainBoundariesAndPdadcsForPowers()
396 channel, pRawDataset->pChannels[idxL], pRawDataset->pChannels[idxR], in ar2317getGainBoundariesAndPdadcsForPowers()
H A Dar2413.c382 GetLowerUpperIndex(channel, pRawDataset->pChannels, in ar2413getGainBoundariesAndPdadcsForPowers()
415 channel, pRawDataset->pChannels[idxL], pRawDataset->pChannels[idxR], in ar2413getGainBoundariesAndPdadcsForPowers()
H A Dar2316.c385 GetLowerUpperIndex(channel, pRawDataset->pChannels, in ar2316getGainBoundariesAndPdadcsForPowers()
418 channel, pRawDataset->pChannels[idxL], pRawDataset->pChannels[idxR], in ar2316getGainBoundariesAndPdadcsForPowers()
H A Dar5413.c426 GetLowerUpperIndex(channel, pRawDataset->pChannels, in ar5413getGainBoundariesAndPdadcsForPowers()
459 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()
/dflybsd-src/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()