Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/ath/ath_hal/ar5210/
HDar5210_misc.c603 case HAL_CAP_DIAG: /* hardware diagnostic support */ in ar5210SetCapability()
/freebsd-11-stable/sys/dev/ath/ath_hal/
HDah.c638 case HAL_CAP_DIAG: /* hardware diagnostic support */ in ath_hal_getcapability()
1395 if (ath_hal_getcapability(ah, HAL_CAP_DIAG, 0, &diag) != HAL_OK) in ath_hal_getcca()
HDah.h95 HAL_CAP_DIAG = 11, /* hardware diagnostic support */ enumerator
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5212/
HDar5212_misc.c852 case HAL_CAP_DIAG: in ar5212GetCapability()
985 case HAL_CAP_DIAG: /* hardware diagnostic support */ in ar5212SetCapability()
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5211/
HDar5211_misc.c646 case HAL_CAP_DIAG: /* hardware diagnostic support */ in ar5211SetCapability()
/freebsd-11-stable/sys/dev/ath/
HDif_athvar.h1238 (ath_hal_getcapability(_ah, HAL_CAP_DIAG, 0, _pv) == HAL_OK)
1240 ath_hal_setcapability(_ah, HAL_CAP_DIAG, 0, _v, NULL)
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_misc.c992 case HAL_CAP_DIAG: /* hardware diagnostic support */ in ar9300_set_capability()