Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/ath/ath_hal/ar5210/
Dar5210_misc.c452 if (us < HAL_SLOT_TIME_9 || us > ath_hal_mac_usec(ah, 0xffff)) { in ar5210SetSlotTime()
/freebsd-12-stable/sys/dev/ath/ath_hal/ar5211/
Dar5211_misc.c454 if (us < HAL_SLOT_TIME_9 || us > ath_hal_mac_usec(ah, 0xffff)) { in ar5211SetSlotTime()
/freebsd-12-stable/sys/dev/ath/ath_hal/
Dah.h817 HAL_SLOT_TIME_9 = 9, enumerator
/freebsd-12-stable/sys/dev/ath/
Dif_ath.c3696 usec = HAL_SLOT_TIME_9; in ath_setslottime()
3700 usec = HAL_SLOT_TIME_9; in ath_setslottime()
/freebsd-12-stable/sys/contrib/dev/ath/ath_hal/ar9300/
Dar9300_misc.c575 if (us < HAL_SLOT_TIME_9 || us > ar9300_mac_to_usec(ah, 0xffff)) { in ar9300_set_slot_time()