Home
last modified time | relevance | path

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

/netbsd-src/sys/external/isc/atheros_hal/dist/ar5416/
H A Dar9285_reset.c557 static uint8_t pdadcValues[AR5416_NUM_PDADC_VALUES]; in ar9285SetPowerCalTable() local
615 pdadcValues, numXpdGain); in ar9285SetPowerCalTable()
636 reg32 = ((pdadcValues[4*j + 0] & 0xFF) << 0) | in ar9285SetPowerCalTable()
637 ((pdadcValues[4*j + 1] & 0xFF) << 8) | in ar9285SetPowerCalTable()
638 ((pdadcValues[4*j + 2] & 0xFF) << 16) | in ar9285SetPowerCalTable()
639 ((pdadcValues[4*j + 3] & 0xFF) << 24) ; in ar9285SetPowerCalTable()
645 4*j, pdadcValues[4*j], in ar9285SetPowerCalTable()
646 4*j+1, pdadcValues[4*j + 1], in ar9285SetPowerCalTable()
647 4*j+2, pdadcValues[4*j + 2], in ar9285SetPowerCalTable()
648 4*j+3, pdadcValues[4*j + 3]); in ar9285SetPowerCalTable()
H A Dar5416_reset.c1822 static uint8_t pdadcValues[AR5416_NUM_PDADC_VALUES]; in ar5416SetPowerCalTable() local
1890 pdadcValues, numXpdGain); in ar5416SetPowerCalTable()
1911 reg32 = ((pdadcValues[4*j + 0] & 0xFF) << 0) | in ar5416SetPowerCalTable()
1912 ((pdadcValues[4*j + 1] & 0xFF) << 8) | in ar5416SetPowerCalTable()
1913 ((pdadcValues[4*j + 2] & 0xFF) << 16) | in ar5416SetPowerCalTable()
1914 ((pdadcValues[4*j + 3] & 0xFF) << 24) ; in ar5416SetPowerCalTable()
1920 4*j, pdadcValues[4*j], in ar5416SetPowerCalTable()
1921 4*j+1, pdadcValues[4*j + 1], in ar5416SetPowerCalTable()
1922 4*j+2, pdadcValues[4*j + 2], in ar5416SetPowerCalTable()
1923 4*j+3, pdadcValues[4*j + 3]); in ar5416SetPowerCalTable()
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5212/
H A Dar2317.c495 uint16_t *pdadcValues = ahp->ah_pcdacTable; in ar2317SetPowerTable() local
520 &minCalPower2317_t2,gainBoundaries, rfXpdGain, pdadcValues); in ar2317SetPowerTable()
572 reg32 = ((pdadcValues[4*i + 0] & 0xFF) << 0) | in ar2317SetPowerTable()
573 ((pdadcValues[4*i + 1] & 0xFF) << 8) | in ar2317SetPowerTable()
574 ((pdadcValues[4*i + 2] & 0xFF) << 16) | in ar2317SetPowerTable()
575 ((pdadcValues[4*i + 3] & 0xFF) << 24) ; in ar2317SetPowerTable()
H A Dar2316.c517 uint16_t *pdadcValues = ahp->ah_pcdacTable; in ar2316SetPowerTable() local
542 &minCalPower2316_t2,gainBoundaries, rfXpdGain, pdadcValues); in ar2316SetPowerTable()
594 reg32 = ((pdadcValues[4*i + 0] & 0xFF) << 0) | in ar2316SetPowerTable()
595 ((pdadcValues[4*i + 1] & 0xFF) << 8) | in ar2316SetPowerTable()
596 ((pdadcValues[4*i + 2] & 0xFF) << 16) | in ar2316SetPowerTable()
597 ((pdadcValues[4*i + 3] & 0xFF) << 24) ; in ar2316SetPowerTable()
H A Dar2413.c511 uint16_t *pdadcValues = ahp->ah_pcdacTable; in ar2413SetPowerTable() local
536 &minCalPower2413_t2,gainBoundaries, rfXpdGain, pdadcValues); in ar2413SetPowerTable()
588 reg32 = ((pdadcValues[4*i + 0] & 0xFF) << 0) | in ar2413SetPowerTable()
589 ((pdadcValues[4*i + 1] & 0xFF) << 8) | in ar2413SetPowerTable()
590 ((pdadcValues[4*i + 2] & 0xFF) << 16) | in ar2413SetPowerTable()
591 ((pdadcValues[4*i + 3] & 0xFF) << 24) ; in ar2413SetPowerTable()
H A Dar2425.c511 uint16_t *pdadcValues = ahp->ah_pcdacTable; in ar2425SetPowerTable() local
532 rfXpdGain, pdadcValues); in ar2425SetPowerTable()
550 reg32 = ((pdadcValues[4*i + 0] & 0xFF) << 0) | in ar2425SetPowerTable()
551 ((pdadcValues[4*i + 1] & 0xFF) << 8) | in ar2425SetPowerTable()
552 ((pdadcValues[4*i + 2] & 0xFF) << 16) | in ar2425SetPowerTable()
553 ((pdadcValues[4*i + 3] & 0xFF) << 24) ; in ar2425SetPowerTable()
H A Dar5413.c547 uint16_t *pdadcValues = ahp->ah_pcdacTable; in ar5413SetPowerTable() local
572 &minCalPower5413_t2,gainBoundaries, rfXpdGain, pdadcValues); in ar5413SetPowerTable()
624 reg32 = ((pdadcValues[4*i + 0] & 0xFF) << 0) | in ar5413SetPowerTable()
625 ((pdadcValues[4*i + 1] & 0xFF) << 8) | in ar5413SetPowerTable()
626 ((pdadcValues[4*i + 2] & 0xFF) << 16) | in ar5413SetPowerTable()
627 ((pdadcValues[4*i + 3] & 0xFF) << 24) ; in ar5413SetPowerTable()