Home
last modified time | relevance | path

Searched refs:PWR_TABLE_SIZE (Results 1 – 7 of 7) sorted by relevance

/dragonfly/sys/dev/netif/ath/ath_hal/ar5212/
H A Dar5111.c37 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()
H A Dar5212_reset.c2080 for (i = 0; i < (PWR_TABLE_SIZE/2); i++) { in ar5212SetTransmitPower()
2467 if (ratesIndex[ii] >= PWR_TABLE_SIZE) in ar5212CorrectGainDelta()
2468 ratesIndex[ii] = PWR_TABLE_SIZE -1; in ar5212CorrectGainDelta()
2477 HALASSERT(cckIndex < PWR_TABLE_SIZE); in ar5212CorrectGainDelta()
2478 HALASSERT(ratesIndex[ii] < PWR_TABLE_SIZE); in ar5212CorrectGainDelta()
H A Dar5112.c37 uint16_t pcdacTable[PWR_TABLE_SIZE];
/dragonfly/tools/tools/ath/athpow/
H A Dathpow.c80 u_int16_t pcdacTable[MAX(PWR_TABLE_SIZE,PWR_TABLE_SIZE_2413)]; in main()
127 npcdac = PWR_TABLE_SIZE; in main()
/dragonfly/tools/tools/ath/athdecode/
H A Dmain.c366 #define PWR_TABLE_SIZE 64 macro
387 …} else if (AR_PHY_PCDAC_TX_POWER(0) <= r->reg && r->reg < AR_PHY_PCDAC_TX_POWER(PWR_TABLE_SIZE/2))… in oprw()
/dragonfly/sys/dev/netif/ath/ath_hal/
H A Dah_eeprom_v3.h157 #define PWR_TABLE_SIZE 64 macro
/dragonfly/sys/dev/netif/ath/ath_hal/ar5211/
H A Dar5211_reset.c1378 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()