Searched refs:HAL_CAP_TSF_ADJUST (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/ath/ |
H A D | if_athvar.h | 1284 (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 D | ar5212_misc.c | 883 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 D | ah.h | 116 HAL_CAP_TSF_ADJUST = 20, /* hardware has beacon tsf adjust */ enumerator
|
H A D | ah.c | 761 case HAL_CAP_TSF_ADJUST: /* hardware has beacon tsf adjust */ in ath_hal_getcapability()
|
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/ |
H A D | ar9300_misc.c | 768 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()
|