Searched refs:pcdacTable (Results 1 – 12 of 12) sorted by relevance
80 u_int16_t pcdacTable[MAX(PWR_TABLE_SIZE,PWR_TABLE_SIZE_2413)]; in main() local120 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()
39 uint16_t pcdacTable[1]; /* XXX */ member441 ahp->ah_pcdacTable = priv->pcdacTable; in ar9280RfAttach()442 ahp->ah_pcdacTableSize = sizeof(priv->pcdacTable); in ar9280RfAttach()
39 uint16_t pcdacTable[1]; /* XXX */ member383 ahp->ah_pcdacTable = priv->pcdacTable; in ar9287RfAttach()384 ahp->ah_pcdacTableSize = sizeof(priv->pcdacTable); in ar9287RfAttach()
1380 static uint16_t pcdacTable[PWR_TABLE_SIZE]; in ar5211SetPowerTable() local1396 OS_MEMZERO(pcdacTable, sizeof(uint16_t) * PWR_TABLE_SIZE); in ar5211SetPowerTable()1452 pcdacTable[pcdacTableIndex++] = pcdacMin; in ar5211SetPowerTable()1467 pcdacTable[pcdacTableIndex] = scaledPcdac / 2; in ar5211SetPowerTable()1468 if (pcdacTable[pcdacTableIndex] > pcdacMax) in ar5211SetPowerTable()1469 pcdacTable[pcdacTableIndex] = pcdacMax; in ar5211SetPowerTable()1475 pcdacTable[pcdacTableIndex] = pcdacTable[pcdacTableIndex - 1]; in ar5211SetPowerTable()1482 temp32 = 0xffff & ((pcdacTable[2 * i + 1] << 8) | 0xff); in ar5211SetPowerTable()1483 temp32 = (temp32 << 16) | (0xffff & ((pcdacTable[2 * i] << 8) | 0xff)); in ar5211SetPowerTable()
36 uint16_t pcdacTable[1]; member570 ahp->ah_pcdacTable = priv->pcdacTable; in ar2133RfAttach()571 ahp->ah_pcdacTableSize = sizeof(priv->pcdacTable); in ar2133RfAttach()
39 uint16_t pcdacTable[PWR_TABLE_SIZE]; member709 ahp->ah_pcdacTable = priv->pcdacTable; in ar5111RfAttach()710 ahp->ah_pcdacTableSize = sizeof(priv->pcdacTable); in ar5111RfAttach()
43 uint16_t pcdacTable[PWR_TABLE_SIZE_2316]; member751 ahp->ah_pcdacTable = priv->pcdacTable; in ar2316RfAttach()752 ahp->ah_pcdacTableSize = sizeof(priv->pcdacTable); in ar2316RfAttach()
40 uint16_t pcdacTable[PWR_TABLE_SIZE_2413]; member709 ahp->ah_pcdacTable = priv->pcdacTable; in ar2425RfAttach()710 ahp->ah_pcdacTableSize = sizeof(priv->pcdacTable); in ar2425RfAttach()
43 uint16_t pcdacTable[PWR_TABLE_SIZE_2317]; member731 ahp->ah_pcdacTable = priv->pcdacTable; in ar2317RfAttach()732 ahp->ah_pcdacTableSize = sizeof(priv->pcdacTable); in ar2317RfAttach()
39 uint16_t pcdacTable[PWR_TABLE_SIZE_2413]; member746 ahp->ah_pcdacTable = priv->pcdacTable; in ar2413RfAttach()747 ahp->ah_pcdacTableSize = sizeof(priv->pcdacTable); in ar2413RfAttach()
39 uint16_t pcdacTable[PWR_TABLE_SIZE_2413]; member792 ahp->ah_pcdacTable = priv->pcdacTable; in ar5413RfAttach()793 ahp->ah_pcdacTableSize = sizeof(priv->pcdacTable); in ar5413RfAttach()
39 uint16_t pcdacTable[PWR_TABLE_SIZE]; member879 ahp->ah_pcdacTable = priv->pcdacTable; in ar5112RfAttach()880 ahp->ah_pcdacTableSize = sizeof(priv->pcdacTable); in ar5112RfAttach()