Searched refs:pChannels (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/dev/ath/ath_hal/ |
H A D | ah_eeprom_v3.h | 246 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 D | ah_eeprom_v3.c | 142 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 D | ar2316.c | 385 GetLowerUpperIndex(channel, pRawDataset->pChannels, in ar2316getGainBoundariesAndPdadcsForPowers() 418 channel, pRawDataset->pChannels[idxL], pRawDataset->pChannels[idxR], in ar2316getGainBoundariesAndPdadcsForPowers()
|
H A D | ar2317.c | 363 GetLowerUpperIndex(channel, pRawDataset->pChannels, in ar2317getGainBoundariesAndPdadcsForPowers() 396 channel, pRawDataset->pChannels[idxL], pRawDataset->pChannels[idxR], in ar2317getGainBoundariesAndPdadcsForPowers()
|
H A D | ar2413.c | 379 GetLowerUpperIndex(channel, pRawDataset->pChannels, in ar2413getGainBoundariesAndPdadcsForPowers() 412 channel, pRawDataset->pChannels[idxL], pRawDataset->pChannels[idxR], in ar2413getGainBoundariesAndPdadcsForPowers()
|
H A D | ar2425.c | 386 GetLowerUpperIndex(channel, pRawDataset->pChannels, in ar2425getGainBoundariesAndPdadcsForPowers() 419 channel, pRawDataset->pChannels[idxL], pRawDataset->pChannels[idxR], in ar2425getGainBoundariesAndPdadcsForPowers()
|
H A D | ar5413.c | 422 GetLowerUpperIndex(channel, pRawDataset->pChannels, in ar5413getGainBoundariesAndPdadcsForPowers() 455 channel, pRawDataset->pChannels[idxL], pRawDataset->pChannels[idxR], in ar5413getGainBoundariesAndPdadcsForPowers()
|
H A D | ar5112.c | 425 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 D | athprom.c | 335 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()
|