Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/ath_hal/ar9002/
H A Dar9280_olc.c212 int16_t diff, uint8_t *pdadcValues) in ar9280AdjustPDADCValues() argument
226 pdadcValues[k] = pdadcValues[k + diff]; in ar9280AdjustPDADCValues()
231 pdadcValues[k] = pdadcValues[NUM_PDADC(diff)]; in ar9280AdjustPDADCValues()
287 static uint8_t pdadcValues[AR5416_NUM_PDADC_VALUES]; in ar9280SetPowerCalTable() local
360 ar9280olcGetPDADCs(ah, pcdacIdx, txPower / 2, pdadcValues); in ar9280SetPowerCalTable()
365 gainBoundaries, pdadcValues, numXpdGain); in ar9280SetPowerCalTable()
397 ar9280AdjustPDADCValues(ah, pwr_table_offset, diff, pdadcValues); in ar9280SetPowerCalTable()
400 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()
/freebsd/sys/dev/ath/ath_hal/ar5212/
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 Dar2425.c506 uint16_t *pdadcValues = ahp->ah_pcdacTable; in ar2425SetPowerTable() local
527 rfXpdGain, pdadcValues); in ar2425SetPowerTable()
545 reg32 = ((pdadcValues[4*i + 0] & 0xFF) << 0) | in ar2425SetPowerTable()
546 ((pdadcValues[4*i + 1] & 0xFF) << 8) | in ar2425SetPowerTable()
547 ((pdadcValues[4*i + 2] & 0xFF) << 16) | in ar2425SetPowerTable()
548 ((pdadcValues[4*i + 3] & 0xFF) << 24) ; in ar2425SetPowerTable()
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 Dar2413.c507 uint16_t *pdadcValues = ahp->ah_pcdacTable; in ar2413SetPowerTable() local
532 &minCalPower2413_t2,gainBoundaries, rfXpdGain, pdadcValues); in ar2413SetPowerTable()
584 reg32 = ((pdadcValues[4*i + 0] & 0xFF) << 0) | in ar2413SetPowerTable()
585 ((pdadcValues[4*i + 1] & 0xFF) << 8) | in ar2413SetPowerTable()
586 ((pdadcValues[4*i + 2] & 0xFF) << 16) | in ar2413SetPowerTable()
587 ((pdadcValues[4*i + 3] & 0xFF) << 24) ; in ar2413SetPowerTable()
H A Dar5413.c550 uint16_t *pdadcValues = ahp->ah_pcdacTable; in ar5413SetPowerTable() local
575 &minCalPower5413_t2,gainBoundaries, rfXpdGain, pdadcValues); in ar5413SetPowerTable()
627 reg32 = ((pdadcValues[4*i + 0] & 0xFF) << 0) | in ar5413SetPowerTable()
628 ((pdadcValues[4*i + 1] & 0xFF) << 8) | in ar5413SetPowerTable()
629 ((pdadcValues[4*i + 2] & 0xFF) << 16) | in ar5413SetPowerTable()
630 ((pdadcValues[4*i + 3] & 0xFF) << 24) ; in ar5413SetPowerTable()
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_reset.c2320 reg32 = ((pdadcValues[4*j + 0] & 0xFF) << 0) | in ar5416WritePdadcValues()
2321 ((pdadcValues[4*j + 1] & 0xFF) << 8) | in ar5416WritePdadcValues()
2322 ((pdadcValues[4*j + 2] & 0xFF) << 16) | in ar5416WritePdadcValues()
2323 ((pdadcValues[4*j + 3] & 0xFF) << 24) ; in ar5416WritePdadcValues()
2329 4*j, pdadcValues[4*j], in ar5416WritePdadcValues()
2330 4*j+1, pdadcValues[4*j + 1], in ar5416WritePdadcValues()
2331 4*j+2, pdadcValues[4*j + 2], in ar5416WritePdadcValues()
2332 4*j+3, pdadcValues[4*j + 3]); in ar5416WritePdadcValues()
2351 static uint8_t pdadcValues[AR5416_NUM_PDADC_VALUES]; in ar5416SetPowerCalTable() local
2398 pdadcValues, numXpdGain); in ar5416SetPowerCalTable()
[all …]
H A Dar5416.h363 uint8_t pdadcValues[]);