HomeSort by: relevance | last modified time | path
    Searched refs:PWR_TABLE_SIZE (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/isc/atheros_hal/dist/ar5212/
ar5111.c 37 uint16_t pcdacTable[PWR_TABLE_SIZE];
491 HALASSERT(pcdacTableIndex < PWR_TABLE_SIZE);
497 pcdacTableIndex < PWR_TABLE_SIZE) {
509 HALASSERT(pcdacTableIndex < PWR_TABLE_SIZE);
517 while (pcdacTableIndex < PWR_TABLE_SIZE) {
ar5212_reset.c 1943 for (i = 0; i < (PWR_TABLE_SIZE/2); i++) {
2336 if (ratesIndex[ii] >= PWR_TABLE_SIZE)
2337 ratesIndex[ii] = PWR_TABLE_SIZE -1;
2346 HALASSERT(cckIndex < PWR_TABLE_SIZE);
2347 HALASSERT(ratesIndex[ii] < PWR_TABLE_SIZE);
ar5112.c 37 uint16_t pcdacTable[PWR_TABLE_SIZE];
  /src/sys/external/isc/atheros_hal/dist/
ah_eeprom_v3.h 157 #define PWR_TABLE_SIZE 64
  /src/sys/external/isc/atheros_hal/dist/ar5211/
ar5211_reset.c 1400 static uint16_t pcdacTable[PWR_TABLE_SIZE];
1416 OS_MEMZERO(pcdacTable, sizeof(uint16_t) * PWR_TABLE_SIZE);
1494 while (pcdacTableIndex < PWR_TABLE_SIZE) {

Completed in 18 milliseconds