Searched refs:pdadcValues (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/sys/external/isc/atheros_hal/dist/ar5416/ |
| H A D | ar9285_reset.c | 557 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 D | ar5416_reset.c | 1822 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 D | ar2317.c | 495 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 D | ar2316.c | 517 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 D | ar2413.c | 511 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 D | ar2425.c | 511 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 D | ar5413.c | 547 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()
|