Searched refs:pcdacTable (Results 1 – 12 of 12) sorted by relevance
78 u_int16_t pcdacTable[MAX(PWR_TABLE_SIZE,PWR_TABLE_SIZE_2413)]; in main() local118 atd.ad_out_data = (caddr_t) pcdacTable; in main()119 atd.ad_out_size = sizeof(pcdacTable); in main()128 printPcdacTable(stdout, pcdacTable, npcdac); in main()
37 uint16_t pcdacTable[1]; /* XXX */ member439 ahp->ah_pcdacTable = priv->pcdacTable; in ar9280RfAttach()440 ahp->ah_pcdacTableSize = sizeof(priv->pcdacTable); in ar9280RfAttach()
37 uint16_t pcdacTable[1]; /* XXX */ member381 ahp->ah_pcdacTable = priv->pcdacTable; in ar9287RfAttach()382 ahp->ah_pcdacTableSize = sizeof(priv->pcdacTable); in ar9287RfAttach()
1378 static uint16_t pcdacTable[PWR_TABLE_SIZE]; in ar5211SetPowerTable() local1394 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()
34 uint16_t pcdacTable[1]; member568 ahp->ah_pcdacTable = priv->pcdacTable; in ar2133RfAttach()569 ahp->ah_pcdacTableSize = sizeof(priv->pcdacTable); in ar2133RfAttach()
37 uint16_t pcdacTable[PWR_TABLE_SIZE]; member706 ahp->ah_pcdacTable = priv->pcdacTable; in ar5111RfAttach()707 ahp->ah_pcdacTableSize = sizeof(priv->pcdacTable); in ar5111RfAttach()
41 uint16_t pcdacTable[PWR_TABLE_SIZE_2316]; member749 ahp->ah_pcdacTable = priv->pcdacTable; in ar2316RfAttach()750 ahp->ah_pcdacTableSize = sizeof(priv->pcdacTable); in ar2316RfAttach()
41 uint16_t pcdacTable[PWR_TABLE_SIZE_2317]; member729 ahp->ah_pcdacTable = priv->pcdacTable; in ar2317RfAttach()730 ahp->ah_pcdacTableSize = sizeof(priv->pcdacTable); in ar2317RfAttach()
37 uint16_t pcdacTable[PWR_TABLE_SIZE_2413]; member744 ahp->ah_pcdacTable = priv->pcdacTable; in ar2413RfAttach()745 ahp->ah_pcdacTableSize = sizeof(priv->pcdacTable); in ar2413RfAttach()
38 uint16_t pcdacTable[PWR_TABLE_SIZE_2413]; member706 ahp->ah_pcdacTable = priv->pcdacTable; in ar2425RfAttach()707 ahp->ah_pcdacTableSize = sizeof(priv->pcdacTable); in ar2425RfAttach()
37 uint16_t pcdacTable[PWR_TABLE_SIZE_2413]; member789 ahp->ah_pcdacTable = priv->pcdacTable; in ar5413RfAttach()790 ahp->ah_pcdacTableSize = sizeof(priv->pcdacTable); in ar5413RfAttach()
37 uint16_t pcdacTable[PWR_TABLE_SIZE]; member877 ahp->ah_pcdacTable = priv->pcdacTable; in ar5112RfAttach()878 ahp->ah_pcdacTableSize = sizeof(priv->pcdacTable); in ar5112RfAttach()