Searched refs:PWR_TABLE_SIZE (Results 1 – 7 of 7) sorted by relevance
37 uint16_t pcdacTable[PWR_TABLE_SIZE];497 HALASSERT(pcdacTableIndex < PWR_TABLE_SIZE); in ar5111SetPowerTable()503 pcdacTableIndex < PWR_TABLE_SIZE) { in ar5111SetPowerTable()515 HALASSERT(pcdacTableIndex < PWR_TABLE_SIZE); in ar5111SetPowerTable()523 while (pcdacTableIndex < PWR_TABLE_SIZE) { in ar5111SetPowerTable()
2078 for (i = 0; i < (PWR_TABLE_SIZE/2); i++) { in ar5212SetTransmitPower()2465 if (ratesIndex[ii] >= PWR_TABLE_SIZE) in ar5212CorrectGainDelta()2466 ratesIndex[ii] = PWR_TABLE_SIZE -1; in ar5212CorrectGainDelta()2475 HALASSERT(cckIndex < PWR_TABLE_SIZE); in ar5212CorrectGainDelta()2476 HALASSERT(ratesIndex[ii] < PWR_TABLE_SIZE); in ar5212CorrectGainDelta()
37 uint16_t pcdacTable[PWR_TABLE_SIZE];
78 u_int16_t pcdacTable[MAX(PWR_TABLE_SIZE,PWR_TABLE_SIZE_2413)]; in main()125 npcdac = PWR_TABLE_SIZE; in main()
370 #define PWR_TABLE_SIZE 64 macro391 …} else if (AR_PHY_PCDAC_TX_POWER(0) <= r->reg && r->reg < AR_PHY_PCDAC_TX_POWER(PWR_TABLE_SIZE/2))… in oprw()
157 #define PWR_TABLE_SIZE 64 macro
1378 static uint16_t pcdacTable[PWR_TABLE_SIZE]; in ar5211SetPowerTable()1394 OS_MEMZERO(pcdacTable, sizeof(uint16_t) * PWR_TABLE_SIZE); in ar5211SetPowerTable()1472 while (pcdacTableIndex < PWR_TABLE_SIZE) { in ar5211SetPowerTable()