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

/freebsd-10.2-release/sys/dev/ath/ath_hal/ar9002/
H A Dar9280_olc.c213 int16_t diff, uint8_t *pdadcValues)
227 pdadcValues[k] = pdadcValues[k + diff];
232 pdadcValues[k] = pdadcValues[NUM_PDADC(diff)];
288 static uint8_t pdadcValues[AR5416_NUM_PDADC_VALUES]; local
362 ar9280olcGetPDADCs(ah, pcdacIdx, txPower / 2, pdadcValues);
367 gainBoundaries, pdadcValues, numXpdGain);
399 ar9280AdjustPDADCValues(ah, pwr_table_offset, diff, pdadcValues);
402 ar5416WritePdadcValues(ah, i, pdadcValues);
212 ar9280AdjustPDADCValues(struct ath_hal *ah, int8_t pwr_table_offset, int16_t diff, uint8_t *pdadcValues) argument
[all...]
H A Dar9285_reset.c570 static uint8_t pdadcValues[AR5416_NUM_PDADC_VALUES]; local
616 pdadcValues, numXpdGain);
628 ar5416WritePdadcValues(ah, i, pdadcValues);
/freebsd-10.2-release/sys/dev/ath/ath_hal/ar5212/
H A Dar2316.c512 uint16_t *pdadcValues = ahp->ah_pcdacTable; local
537 &minCalPower2316_t2,gainBoundaries, rfXpdGain, pdadcValues);
589 reg32 = ((pdadcValues[4*i + 0] & 0xFF) << 0) |
590 ((pdadcValues[4*i + 1] & 0xFF) << 8) |
591 ((pdadcValues[4*i + 2] & 0xFF) << 16) |
592 ((pdadcValues[4*i + 3] & 0xFF) << 24) ;
H A Dar2317.c490 uint16_t *pdadcValues = ahp->ah_pcdacTable; local
515 &minCalPower2317_t2,gainBoundaries, rfXpdGain, pdadcValues);
567 reg32 = ((pdadcValues[4*i + 0] & 0xFF) << 0) |
568 ((pdadcValues[4*i + 1] & 0xFF) << 8) |
569 ((pdadcValues[4*i + 2] & 0xFF) << 16) |
570 ((pdadcValues[4*i + 3] & 0xFF) << 24) ;
H A Dar2413.c507 uint16_t *pdadcValues = ahp->ah_pcdacTable; local
532 &minCalPower2413_t2,gainBoundaries, rfXpdGain, pdadcValues);
584 reg32 = ((pdadcValues[4*i + 0] & 0xFF) << 0) |
585 ((pdadcValues[4*i + 1] & 0xFF) << 8) |
586 ((pdadcValues[4*i + 2] & 0xFF) << 16) |
587 ((pdadcValues[4*i + 3] & 0xFF) << 24) ;
H A Dar2425.c507 uint16_t *pdadcValues = ahp->ah_pcdacTable; local
528 rfXpdGain, pdadcValues);
546 reg32 = ((pdadcValues[4*i + 0] & 0xFF) << 0) |
547 ((pdadcValues[4*i + 1] & 0xFF) << 8) |
548 ((pdadcValues[4*i + 2] & 0xFF) << 16) |
549 ((pdadcValues[4*i + 3] & 0xFF) << 24) ;
H A Dar5413.c551 uint16_t *pdadcValues = ahp->ah_pcdacTable; local
576 &minCalPower5413_t2,gainBoundaries, rfXpdGain, pdadcValues);
628 reg32 = ((pdadcValues[4*i + 0] & 0xFF) << 0) |
629 ((pdadcValues[4*i + 1] & 0xFF) << 8) |
630 ((pdadcValues[4*i + 2] & 0xFF) << 16) |
631 ((pdadcValues[4*i + 3] & 0xFF) << 24) ;
/freebsd-10.2-release/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_reset.c2300 ar5416WritePdadcValues(struct ath_hal *ah, int i, uint8_t pdadcValues[]) argument
2310 reg32 = ((pdadcValues[4*j + 0] & 0xFF) << 0) |
2311 ((pdadcValues[4*j + 1] & 0xFF) << 8) |
2312 ((pdadcValues[4*j + 2] & 0xFF) << 16) |
2313 ((pdadcValues[4*j + 3] & 0xFF) << 24) ;
2319 4*j, pdadcValues[4*j],
2320 4*j+1, pdadcValues[4*j + 1],
2321 4*j+2, pdadcValues[4*j + 2],
2322 4*j+3, pdadcValues[4*j + 3]);
2341 static uint8_t pdadcValues[AR5416_NUM_PDADC_VALUE local
[all...]
H A Dar5416.h366 uint8_t pdadcValues[]);

Completed in 61 milliseconds