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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar9002/
H A Dar9280_olc.c214 int16_t diff, uint8_t *pdadcValues)
228 pdadcValues[k] = pdadcValues[k + diff];
233 pdadcValues[k] = pdadcValues[NUM_PDADC(diff)];
289 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);
213 ar9280AdjustPDADCValues(struct ath_hal *ah, int8_t pwr_table_offset, int16_t diff, uint8_t *pdadcValues) argument
[all...]
H A Dar9285_reset.c572 static uint8_t pdadcValues[AR5416_NUM_PDADC_VALUES]; local
618 pdadcValues, numXpdGain);
630 ar5416WritePdadcValues(ah, i, pdadcValues);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5212/
H A Dar5413.c552 uint16_t *pdadcValues = ahp->ah_pcdacTable; local
577 &minCalPower5413_t2,gainBoundaries, rfXpdGain, pdadcValues);
629 reg32 = ((pdadcValues[4*i + 0] & 0xFF) << 0) |
630 ((pdadcValues[4*i + 1] & 0xFF) << 8) |
631 ((pdadcValues[4*i + 2] & 0xFF) << 16) |
632 ((pdadcValues[4*i + 3] & 0xFF) << 24) ;
H A Dar2316.c514 uint16_t *pdadcValues = ahp->ah_pcdacTable; local
539 &minCalPower2316_t2,gainBoundaries, rfXpdGain, pdadcValues);
591 reg32 = ((pdadcValues[4*i + 0] & 0xFF) << 0) |
592 ((pdadcValues[4*i + 1] & 0xFF) << 8) |
593 ((pdadcValues[4*i + 2] & 0xFF) << 16) |
594 ((pdadcValues[4*i + 3] & 0xFF) << 24) ;
H A Dar2317.c492 uint16_t *pdadcValues = ahp->ah_pcdacTable; local
517 &minCalPower2317_t2,gainBoundaries, rfXpdGain, pdadcValues);
569 reg32 = ((pdadcValues[4*i + 0] & 0xFF) << 0) |
570 ((pdadcValues[4*i + 1] & 0xFF) << 8) |
571 ((pdadcValues[4*i + 2] & 0xFF) << 16) |
572 ((pdadcValues[4*i + 3] & 0xFF) << 24) ;
H A Dar2413.c509 uint16_t *pdadcValues = ahp->ah_pcdacTable; local
534 &minCalPower2413_t2,gainBoundaries, rfXpdGain, pdadcValues);
586 reg32 = ((pdadcValues[4*i + 0] & 0xFF) << 0) |
587 ((pdadcValues[4*i + 1] & 0xFF) << 8) |
588 ((pdadcValues[4*i + 2] & 0xFF) << 16) |
589 ((pdadcValues[4*i + 3] & 0xFF) << 24) ;
H A Dar2425.c508 uint16_t *pdadcValues = ahp->ah_pcdacTable; local
529 rfXpdGain, pdadcValues);
547 reg32 = ((pdadcValues[4*i + 0] & 0xFF) << 0) |
548 ((pdadcValues[4*i + 1] & 0xFF) << 8) |
549 ((pdadcValues[4*i + 2] & 0xFF) << 16) |
550 ((pdadcValues[4*i + 3] & 0xFF) << 24) ;
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5416/
H A Dar5416_reset.c2312 ar5416WritePdadcValues(struct ath_hal *ah, int i, uint8_t pdadcValues[]) argument
2322 reg32 = ((pdadcValues[4*j + 0] & 0xFF) << 0) |
2323 ((pdadcValues[4*j + 1] & 0xFF) << 8) |
2324 ((pdadcValues[4*j + 2] & 0xFF) << 16) |
2325 ((pdadcValues[4*j + 3] & 0xFF) << 24) ;
2331 4*j, pdadcValues[4*j],
2332 4*j+1, pdadcValues[4*j + 1],
2333 4*j+2, pdadcValues[4*j + 2],
2334 4*j+3, pdadcValues[4*j + 3]);
2353 static uint8_t pdadcValues[AR5416_NUM_PDADC_VALUE local
[all...]
H A Dar5416.h365 uint8_t pdadcValues[]);

Completed in 129 milliseconds