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

  /src/sys/external/isc/atheros_hal/dist/ar5212/
ar5212_ani.c 351 if (level > aniState->firstepLevel)
353 else if (level < aniState->firstepLevel)
355 aniState->firstepLevel = level;
471 if (aniState->firstepLevel+1 <= params->maxFirstepLevel) {
474 aniState->firstepLevel+1);
476 aniState->firstepLevel + 1);
491 if (aniState->firstepLevel+1 <= params->maxFirstepLevel) {
494 aniState->firstepLevel+1);
496 aniState->firstepLevel + 1);
502 * weak signal detection and zero firstepLevel t
    [all...]
ar5212_misc.c 895 case 5: *result = ani->firstepLevel; break;
ar5212.h 183 uint8_t firstepLevel;
  /src/sys/external/isc/atheros_hal/dist/ar5416/
ar5416_ani.c 313 if (level > aniState->firstepLevel)
315 else if (level < aniState->firstepLevel)
317 aniState->firstepLevel = level;
420 if (aniState->firstepLevel+1 < params->maxFirstepLevel) {
422 aniState->firstepLevel + 1);
434 if (aniState->firstepLevel+1 < params->maxFirstepLevel)
436 aniState->firstepLevel + 1);
441 * weak signal detection and zero firstepLevel to
450 if (aniState->firstepLevel > 0)
488 if (aniState->firstepLevel+1 < params->maxFirstepLevel
    [all...]

Completed in 15 milliseconds