Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/netif/ath/ath_hal/ar9002/
H A Dar9280_olc.c213 int16_t diff, uint8_t *pdadcValues) in ar9280AdjustPDADCValues() argument
227 pdadcValues[k] = pdadcValues[k + diff]; in ar9280AdjustPDADCValues()
232 pdadcValues[k] = pdadcValues[NUM_PDADC(diff)]; in ar9280AdjustPDADCValues()
288 static uint8_t pdadcValues[AR5416_NUM_PDADC_VALUES]; in ar9280SetPowerCalTable() local
362 ar9280olcGetPDADCs(ah, pcdacIdx, txPower / 2, pdadcValues); in ar9280SetPowerCalTable()
367 gainBoundaries, pdadcValues, numXpdGain); in ar9280SetPowerCalTable()
399 ar9280AdjustPDADCValues(ah, pwr_table_offset, diff, pdadcValues); in ar9280SetPowerCalTable()
402 ar5416WritePdadcValues(ah, i, pdadcValues); in ar9280SetPowerCalTable()
H A Dar9285_reset.c570 static uint8_t pdadcValues[AR5416_NUM_PDADC_VALUES]; in ar9285SetPowerCalTable() local
616 pdadcValues, numXpdGain); in ar9285SetPowerCalTable()
628 ar5416WritePdadcValues(ah, i, pdadcValues); in ar9285SetPowerCalTable()
/dflybsd-src/sys/dev/netif/ath/ath_hal/ar5212/
H A Dar2425.c510 uint16_t *pdadcValues = ahp->ah_pcdacTable; in ar2425SetPowerTable() local
531 rfXpdGain, pdadcValues); in ar2425SetPowerTable()
549 reg32 = ((pdadcValues[4*i + 0] & 0xFF) << 0) | in ar2425SetPowerTable()
550 ((pdadcValues[4*i + 1] & 0xFF) << 8) | in ar2425SetPowerTable()
551 ((pdadcValues[4*i + 2] & 0xFF) << 16) | in ar2425SetPowerTable()
552 ((pdadcValues[4*i + 3] & 0xFF) << 24) ; in ar2425SetPowerTable()
H A Dar2317.c490 uint16_t *pdadcValues = ahp->ah_pcdacTable; in ar2317SetPowerTable() local
515 &minCalPower2317_t2,gainBoundaries, rfXpdGain, pdadcValues); in ar2317SetPowerTable()
567 reg32 = ((pdadcValues[4*i + 0] & 0xFF) << 0) | in ar2317SetPowerTable()
568 ((pdadcValues[4*i + 1] & 0xFF) << 8) | in ar2317SetPowerTable()
569 ((pdadcValues[4*i + 2] & 0xFF) << 16) | in ar2317SetPowerTable()
570 ((pdadcValues[4*i + 3] & 0xFF) << 24) ; in ar2317SetPowerTable()
H A Dar2413.c510 uint16_t *pdadcValues = ahp->ah_pcdacTable; in ar2413SetPowerTable() local
535 &minCalPower2413_t2,gainBoundaries, rfXpdGain, pdadcValues); in ar2413SetPowerTable()
587 reg32 = ((pdadcValues[4*i + 0] & 0xFF) << 0) | in ar2413SetPowerTable()
588 ((pdadcValues[4*i + 1] & 0xFF) << 8) | in ar2413SetPowerTable()
589 ((pdadcValues[4*i + 2] & 0xFF) << 16) | in ar2413SetPowerTable()
590 ((pdadcValues[4*i + 3] & 0xFF) << 24) ; in ar2413SetPowerTable()
H A Dar2316.c512 uint16_t *pdadcValues = ahp->ah_pcdacTable; in ar2316SetPowerTable() local
537 &minCalPower2316_t2,gainBoundaries, rfXpdGain, pdadcValues); in ar2316SetPowerTable()
589 reg32 = ((pdadcValues[4*i + 0] & 0xFF) << 0) | in ar2316SetPowerTable()
590 ((pdadcValues[4*i + 1] & 0xFF) << 8) | in ar2316SetPowerTable()
591 ((pdadcValues[4*i + 2] & 0xFF) << 16) | in ar2316SetPowerTable()
592 ((pdadcValues[4*i + 3] & 0xFF) << 24) ; in ar2316SetPowerTable()
H A Dar5413.c554 uint16_t *pdadcValues = ahp->ah_pcdacTable; in ar5413SetPowerTable() local
579 &minCalPower5413_t2,gainBoundaries, rfXpdGain, pdadcValues); in ar5413SetPowerTable()
631 reg32 = ((pdadcValues[4*i + 0] & 0xFF) << 0) | in ar5413SetPowerTable()
632 ((pdadcValues[4*i + 1] & 0xFF) << 8) | in ar5413SetPowerTable()
633 ((pdadcValues[4*i + 2] & 0xFF) << 16) | in ar5413SetPowerTable()
634 ((pdadcValues[4*i + 3] & 0xFF) << 24) ; in ar5413SetPowerTable()
/dflybsd-src/sys/dev/netif/ath/ath_hal/ar5416/
H A Dar5416_reset.c2303 ar5416WritePdadcValues(struct ath_hal *ah, int i, uint8_t pdadcValues[]) in ar5416WritePdadcValues() argument
2313 reg32 = ((pdadcValues[4*j + 0] & 0xFF) << 0) | in ar5416WritePdadcValues()
2314 ((pdadcValues[4*j + 1] & 0xFF) << 8) | in ar5416WritePdadcValues()
2315 ((pdadcValues[4*j + 2] & 0xFF) << 16) | in ar5416WritePdadcValues()
2316 ((pdadcValues[4*j + 3] & 0xFF) << 24) ; in ar5416WritePdadcValues()
2322 4*j, pdadcValues[4*j], in ar5416WritePdadcValues()
2323 4*j+1, pdadcValues[4*j + 1], in ar5416WritePdadcValues()
2324 4*j+2, pdadcValues[4*j + 2], in ar5416WritePdadcValues()
2325 4*j+3, pdadcValues[4*j + 3]); in ar5416WritePdadcValues()
2344 static uint8_t pdadcValues[AR5416_NUM_PDADC_VALUES]; in ar5416SetPowerCalTable() local
[all …]
H A Dar5416.h368 uint8_t pdadcValues[]);