Searched refs:pcdacTable (Results 1 – 10 of 10) sorted by relevance
37 uint16_t pcdacTable[1]; /* XXX */ member350 ahp->ah_pcdacTable = priv->pcdacTable; in ar9280RfAttach()351 ahp->ah_pcdacTableSize = sizeof(priv->pcdacTable); in ar9280RfAttach()
34 uint16_t pcdacTable[1]; member455 ahp->ah_pcdacTable = priv->pcdacTable; in ar2133RfAttach()456 ahp->ah_pcdacTableSize = sizeof(priv->pcdacTable); in ar2133RfAttach()
1400 static uint16_t pcdacTable[PWR_TABLE_SIZE]; in ar5211SetPowerTable() local1416 OS_MEMZERO(pcdacTable, sizeof(uint16_t) * PWR_TABLE_SIZE); in ar5211SetPowerTable()1472 pcdacTable[pcdacTableIndex++] = pcdacMin; in ar5211SetPowerTable()1487 pcdacTable[pcdacTableIndex] = scaledPcdac / 2; in ar5211SetPowerTable()1488 if (pcdacTable[pcdacTableIndex] > pcdacMax) in ar5211SetPowerTable()1489 pcdacTable[pcdacTableIndex] = pcdacMax; in ar5211SetPowerTable()1495 pcdacTable[pcdacTableIndex] = pcdacTable[pcdacTableIndex - 1]; in ar5211SetPowerTable()1502 temp32 = 0xffff & ((pcdacTable[2 * i + 1] << 8) | 0xff); in ar5211SetPowerTable()1503 temp32 = (temp32 << 16) | (0xffff & ((pcdacTable[2 * i] << 8) | 0xff)); in ar5211SetPowerTable()
37 uint16_t pcdacTable[PWR_TABLE_SIZE]; member699 ahp->ah_pcdacTable = priv->pcdacTable; in ar5111RfAttach()700 ahp->ah_pcdacTableSize = sizeof(priv->pcdacTable); in ar5111RfAttach()
42 uint16_t pcdacTable[PWR_TABLE_SIZE_2317]; member730 ahp->ah_pcdacTable = priv->pcdacTable; in ar2317RfAttach()731 ahp->ah_pcdacTableSize = sizeof(priv->pcdacTable); in ar2317RfAttach()
41 uint16_t pcdacTable[PWR_TABLE_SIZE_2316]; member752 ahp->ah_pcdacTable = priv->pcdacTable; in ar2316RfAttach()753 ahp->ah_pcdacTableSize = sizeof(priv->pcdacTable); in ar2316RfAttach()
37 uint16_t pcdacTable[PWR_TABLE_SIZE_2413]; member746 ahp->ah_pcdacTable = priv->pcdacTable; in ar2413RfAttach()747 ahp->ah_pcdacTableSize = sizeof(priv->pcdacTable); in ar2413RfAttach()
38 uint16_t pcdacTable[PWR_TABLE_SIZE_2413]; member709 ahp->ah_pcdacTable = priv->pcdacTable; in ar2425RfAttach()710 ahp->ah_pcdacTableSize = sizeof(priv->pcdacTable); in ar2425RfAttach()
37 uint16_t pcdacTable[PWR_TABLE_SIZE_2413]; member784 ahp->ah_pcdacTable = priv->pcdacTable; in ar5413RfAttach()785 ahp->ah_pcdacTableSize = sizeof(priv->pcdacTable); in ar5413RfAttach()
37 uint16_t pcdacTable[PWR_TABLE_SIZE]; member869 ahp->ah_pcdacTable = priv->pcdacTable; in ar5112RfAttach()870 ahp->ah_pcdacTableSize = sizeof(priv->pcdacTable); in ar5112RfAttach()