Home
last modified time | relevance | path

Searched refs:pcdacTable (Results 1 – 12 of 12) sorted by relevance

/dragonfly/tools/tools/ath/athpow/
H A Dathpow.c80 u_int16_t pcdacTable[MAX(PWR_TABLE_SIZE,PWR_TABLE_SIZE_2413)]; in main() local
120 atd.ad_out_data = (caddr_t) pcdacTable; in main()
121 atd.ad_out_size = sizeof(pcdacTable); in main()
130 printPcdacTable(stdout, pcdacTable, npcdac); in main()
/dragonfly/sys/dev/netif/ath/ath_hal/ar9002/
H A Dar9280.c37 uint16_t pcdacTable[1]; /* XXX */ member
439 ahp->ah_pcdacTable = priv->pcdacTable; in ar9280RfAttach()
440 ahp->ah_pcdacTableSize = sizeof(priv->pcdacTable); in ar9280RfAttach()
H A Dar9287.c37 uint16_t pcdacTable[1]; /* XXX */ member
381 ahp->ah_pcdacTable = priv->pcdacTable; in ar9287RfAttach()
382 ahp->ah_pcdacTableSize = sizeof(priv->pcdacTable); in ar9287RfAttach()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5211/
H A Dar5211_reset.c1378 static uint16_t pcdacTable[PWR_TABLE_SIZE]; in ar5211SetPowerTable() local
1394 OS_MEMZERO(pcdacTable, sizeof(uint16_t) * PWR_TABLE_SIZE); in ar5211SetPowerTable()
1450 pcdacTable[pcdacTableIndex++] = pcdacMin; in ar5211SetPowerTable()
1465 pcdacTable[pcdacTableIndex] = scaledPcdac / 2; in ar5211SetPowerTable()
1466 if (pcdacTable[pcdacTableIndex] > pcdacMax) in ar5211SetPowerTable()
1467 pcdacTable[pcdacTableIndex] = pcdacMax; in ar5211SetPowerTable()
1473 pcdacTable[pcdacTableIndex] = pcdacTable[pcdacTableIndex - 1]; in ar5211SetPowerTable()
1480 temp32 = 0xffff & ((pcdacTable[2 * i + 1] << 8) | 0xff); in ar5211SetPowerTable()
1481 temp32 = (temp32 << 16) | (0xffff & ((pcdacTable[2 * i] << 8) | 0xff)); in ar5211SetPowerTable()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5416/
H A Dar2133.c34 uint16_t pcdacTable[1]; member
568 ahp->ah_pcdacTable = priv->pcdacTable; in ar2133RfAttach()
569 ahp->ah_pcdacTableSize = sizeof(priv->pcdacTable); in ar2133RfAttach()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5212/
H A Dar5111.c37 uint16_t pcdacTable[PWR_TABLE_SIZE]; member
708 ahp->ah_pcdacTable = priv->pcdacTable; in ar5111RfAttach()
709 ahp->ah_pcdacTableSize = sizeof(priv->pcdacTable); in ar5111RfAttach()
H A Dar2425.c38 uint16_t pcdacTable[PWR_TABLE_SIZE_2413]; member
710 ahp->ah_pcdacTable = priv->pcdacTable; in ar2425RfAttach()
711 ahp->ah_pcdacTableSize = sizeof(priv->pcdacTable); in ar2425RfAttach()
H A Dar2316.c41 uint16_t pcdacTable[PWR_TABLE_SIZE_2316]; member
749 ahp->ah_pcdacTable = priv->pcdacTable; in ar2316RfAttach()
750 ahp->ah_pcdacTableSize = sizeof(priv->pcdacTable); in ar2316RfAttach()
H A Dar2317.c41 uint16_t pcdacTable[PWR_TABLE_SIZE_2317]; member
729 ahp->ah_pcdacTable = priv->pcdacTable; in ar2317RfAttach()
730 ahp->ah_pcdacTableSize = sizeof(priv->pcdacTable); in ar2317RfAttach()
H A Dar2413.c37 uint16_t pcdacTable[PWR_TABLE_SIZE_2413]; member
747 ahp->ah_pcdacTable = priv->pcdacTable; in ar2413RfAttach()
748 ahp->ah_pcdacTableSize = sizeof(priv->pcdacTable); in ar2413RfAttach()
H A Dar5413.c37 uint16_t pcdacTable[PWR_TABLE_SIZE_2413]; member
793 ahp->ah_pcdacTable = priv->pcdacTable; in ar5413RfAttach()
794 ahp->ah_pcdacTableSize = sizeof(priv->pcdacTable); in ar5413RfAttach()
H A Dar5112.c37 uint16_t pcdacTable[PWR_TABLE_SIZE]; member
877 ahp->ah_pcdacTable = priv->pcdacTable; in ar5112RfAttach()
878 ahp->ah_pcdacTableSize = sizeof(priv->pcdacTable); in ar5112RfAttach()