Home
last modified time | relevance | path

Searched refs:HAL_CAP_TSF_ADJUST (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/ath/
H A Dif_athvar.h1284 (ath_hal_getcapability(_ah, HAL_CAP_TSF_ADJUST, 0, NULL) == HAL_OK)
1286 (ath_hal_getcapability(_ah, HAL_CAP_TSF_ADJUST, 1, NULL) == HAL_OK)
1288 ath_hal_setcapability(_ah, HAL_CAP_TSF_ADJUST, 1, _onoff, NULL)
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_misc.c883 case HAL_CAP_TSF_ADJUST: /* hardware has beacon tsf adjust */ in ar5212GetCapability()
1033 case HAL_CAP_TSF_ADJUST: /* hardware has beacon tsf adjust */ in ar5212SetCapability()
/freebsd/sys/dev/ath/ath_hal/
H A Dah.h116 HAL_CAP_TSF_ADJUST = 20, /* hardware has beacon tsf adjust */ enumerator
H A Dah.c761 case HAL_CAP_TSF_ADJUST: /* hardware has beacon tsf adjust */ in ath_hal_getcapability()
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_misc.c768 case HAL_CAP_TSF_ADJUST: /* hardware has beacon tsf adjust */ in ar9300_get_capability()
1026 case HAL_CAP_TSF_ADJUST: /* hardware has beacon tsf adjust */ in ar9300_set_capability()