Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5210/
H A Dar5210_misc.c610 case HAL_CAP_DIAG: /* hardware diagnostic support */ in ar5210SetCapability()
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5212/
H A Dar5212_misc.c852 case HAL_CAP_DIAG: in ar5212GetCapability()
985 case HAL_CAP_DIAG: /* hardware diagnostic support */ in ar5212SetCapability()
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5211/
H A Dar5211_misc.c653 case HAL_CAP_DIAG: /* hardware diagnostic support */ in ar5211SetCapability()
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/
H A Dah.c739 case HAL_CAP_DIAG: /* hardware diagnostic support */ in ath_hal_getcapability()
1496 if (ath_hal_getcapability(ah, HAL_CAP_DIAG, 0, &diag) != HAL_OK) in ath_hal_getcca()
H A Dah.h107 HAL_CAP_DIAG = 11, /* hardware diagnostic support */ enumerator
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_athvar.h1248 (ath_hal_getcapability(_ah, HAL_CAP_DIAG, 0, _pv) == HAL_OK)
1250 ath_hal_setcapability(_ah, HAL_CAP_DIAG, 0, _v, NULL)
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_misc.c1003 case HAL_CAP_DIAG: /* hardware diagnostic support */ in ar9300_set_capability()