Home
last modified time | relevance | path

Searched refs:ah_pcdacTable (Results 1 – 13 of 13) sorted by relevance

/freebsd-9-stable/sys/dev/ath/ath_hal/ar5212/
Dar5111.c499 ahp->ah_pcdacTable[pcdacTableIndex++] = pcdacMin; in ar5111SetPowerTable()
517 ahp->ah_pcdacTable[pcdacTableIndex] = scaledPcdac / 2; in ar5111SetPowerTable()
518 if (ahp->ah_pcdacTable[pcdacTableIndex] > pcdacMax) in ar5111SetPowerTable()
519 ahp->ah_pcdacTable[pcdacTableIndex] = pcdacMax; in ar5111SetPowerTable()
525 ahp->ah_pcdacTable[pcdacTableIndex] = in ar5111SetPowerTable()
526 ahp->ah_pcdacTable[pcdacTableIndex - 1]; in ar5111SetPowerTable()
707 ahp->ah_pcdacTable = priv->pcdacTable; in ar5111RfAttach()
Dar5112.c487 ahp->ah_pcdacTable); in ar5112SetPowerTable()
505 ahp->ah_pcdacTable, &Pmid); in ar5112SetPowerTable()
514 &pwr_table1[0], ahp->ah_pcdacTable); in ar5112SetPowerTable()
522 &pwr_table0[0], ahp->ah_pcdacTable); in ar5112SetPowerTable()
877 ahp->ah_pcdacTable = priv->pcdacTable; in ar5112RfAttach()
Dar2413.c507 uint16_t *pdadcValues = ahp->ah_pcdacTable; in ar2413SetPowerTable()
744 ahp->ah_pcdacTable = priv->pcdacTable; in ar2413RfAttach()
Dar2317.c490 uint16_t *pdadcValues = ahp->ah_pcdacTable; in ar2317SetPowerTable()
729 ahp->ah_pcdacTable = priv->pcdacTable; in ar2317RfAttach()
Dar2425.c507 uint16_t *pdadcValues = ahp->ah_pcdacTable; in ar2425SetPowerTable()
707 ahp->ah_pcdacTable = priv->pcdacTable; in ar2425RfAttach()
Dar2316.c512 uint16_t *pdadcValues = ahp->ah_pcdacTable; in ar2316SetPowerTable()
749 ahp->ah_pcdacTable = priv->pcdacTable; in ar2316RfAttach()
Dar5413.c551 uint16_t *pdadcValues = ahp->ah_pcdacTable; in ar5413SetPowerTable()
790 ahp->ah_pcdacTable = priv->pcdacTable; in ar5413RfAttach()
Dar5212_reset.c1872 OS_MEMZERO(ahp->ah_pcdacTable, ahp->ah_pcdacTableSize); in ar5212SetTransmitPower()
1933 ((((ahp->ah_pcdacTable[2*i + 1] << 8) | 0xff) & 0xffff) << 16) in ar5212SetTransmitPower()
1934 | (((ahp->ah_pcdacTable[2*i] << 8) | 0xff) & 0xffff) in ar5212SetTransmitPower()
2330 ahp->ah_pcdacTable[ratesIndex[ii]] = in ar5212CorrectGainDelta()
2331 ahp->ah_pcdacTable[cckIndex]; in ar5212CorrectGainDelta()
Dar5212.h330 uint16_t *ah_pcdacTable; member
Dar5212_misc.c1050 *result = ahp->ah_pcdacTable; in ar5212GetDiagState()
/freebsd-9-stable/sys/dev/ath/ath_hal/ar9002/
Dar9287.c381 ahp->ah_pcdacTable = priv->pcdacTable; in ar9287RfAttach()
Dar9280.c375 ahp->ah_pcdacTable = priv->pcdacTable; in ar9280RfAttach()
/freebsd-9-stable/sys/dev/ath/ath_hal/ar5416/
Dar2133.c540 ahp->ah_pcdacTable = priv->pcdacTable; in ar2133RfAttach()