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

  /src/sys/external/isc/atheros_hal/dist/ar5312/
ar5312_attach.c 44 .maxSpurImmunityLevel = 2,
  /src/sys/external/isc/atheros_hal/dist/ar5416/
ar9160_attach.c 74 .maxSpurImmunityLevel = 2,
ar5416_ani.c 323 if (level >= params->maxSpurImmunityLevel) {
326 __func__, level, params->maxSpurImmunityLevel);
395 if (aniState->spurImmunityLevel+1 < params->maxSpurImmunityLevel) {
ar5416_attach.c 48 .maxSpurImmunityLevel = 2,
  /src/sys/external/isc/atheros_hal/dist/ar5212/
ar5212_ani.c 361 if (level > params->maxSpurImmunityLevel) {
364 __func__, level, params->maxSpurImmunityLevel);
442 if (aniState->spurImmunityLevel+1 <= params->maxSpurImmunityLevel) {
ar5212_attach.c 192 .maxSpurImmunityLevel = 2, /* NB: depends on chip rev */
207 tmp.maxSpurImmunityLevel = 7; /* Venice and earlier */
ar5212.h 157 int maxSpurImmunityLevel; /* [0..7] */
  /src/sys/external/isc/atheros_hal/dist/
ah_internal.h 747 int maxSpurImmunityLevel; /* [0..7] */

Completed in 66 milliseconds