Home
last modified time | relevance | path

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

/netbsd/src/sys/external/isc/atheros_hal/dist/
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
Dah_eeprom_v3.c142 const uint16_t *pChanList = pCalDataset->pChannels; in eepromAllocExpnPower5112()
155 pPowerExpn->pChannels = data; in eepromAllocExpnPower5112()
161 pPowerExpn->pChannels[i] = in eepromAllocExpnPower5112()
335 eePower.pChannels[i] = freq[i]; in readEepromRawPowerCalInfo5112()
405 data = pPowerExpn->pChannels; in freeEepromRawPowerCalInfo5112()
407 pPowerExpn->pChannels = AH_NULL; in freeEepromRawPowerCalInfo5112()
432 pEEPROMDataset2413->pChannels[i] = channelValue; in ar2413SetupEEPROMDataset()
647 channelValue = pCal->pChannels[i]; in ar2413SetupRawDataset()
649 pRaw->pChannels[i] = channelValue; in ar2413SetupRawDataset()
832 uint16_t *pChannels = AH_NULL; in readEepromRawPowerCalInfo() local
[all …]
/netbsd/src/sys/external/isc/atheros_hal/dist/ar5212/
Dar2317.c369 GetLowerUpperIndex(channel, pRawDataset->pChannels, in ar2317getGainBoundariesAndPdadcsForPowers()
402 … channel, pRawDataset->pChannels[idxL], pRawDataset->pChannels[idxR], in ar2317getGainBoundariesAndPdadcsForPowers()
Dar2425.c392 GetLowerUpperIndex(channel, pRawDataset->pChannels, in ar2425getGainBoundariesAndPdadcsForPowers()
425 … channel, pRawDataset->pChannels[idxL], pRawDataset->pChannels[idxR], in ar2425getGainBoundariesAndPdadcsForPowers()
Dar2413.c385 GetLowerUpperIndex(channel, pRawDataset->pChannels, in ar2413getGainBoundariesAndPdadcsForPowers()
418 … channel, pRawDataset->pChannels[idxL], pRawDataset->pChannels[idxR], in ar2413getGainBoundariesAndPdadcsForPowers()
Dar2316.c391 GetLowerUpperIndex(channel, pRawDataset->pChannels, in ar2316getGainBoundariesAndPdadcsForPowers()
424 … channel, pRawDataset->pChannels[idxL], pRawDataset->pChannels[idxR], in ar2316getGainBoundariesAndPdadcsForPowers()
Dar5413.c421 GetLowerUpperIndex(channel, pRawDataset->pChannels, in ar5413getGainBoundariesAndPdadcsForPowers()
454 … channel, pRawDataset->pChannels[idxL], pRawDataset->pChannels[idxR], in ar5413getGainBoundariesAndPdadcsForPowers()
Dar5112.c419 ar5212GetLowerUpperIndex(chan->channel, &pPowerExpn->pChannels[0], in ar5112SetPowerTable()
470 chan_L = pPowerExpn->pChannels[chan_idx_L]; in ar5112SetPowerTable()
471 chan_R = pPowerExpn->pChannels[chan_idx_R]; in ar5112SetPowerTable()