Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_misc.c450 if (us < HAL_SLOT_TIME_9 || us > ath_hal_mac_usec(ah, 0xffff)) { in ar5210SetSlotTime()
/freebsd/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_misc.c452 if (us < HAL_SLOT_TIME_9 || us > ath_hal_mac_usec(ah, 0xffff)) { in ar5211SetSlotTime()
/freebsd/sys/dev/ath/ath_hal/
H A Dah.h815 HAL_SLOT_TIME_9 = 9, enumerator
/freebsd/sys/dev/ath/
H A Dif_ath.c3743 usec = HAL_SLOT_TIME_9; in ath_setslottime()
3747 usec = HAL_SLOT_TIME_9; in ath_setslottime()
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_misc.c575 if (us < HAL_SLOT_TIME_9 || us > ar9300_mac_to_usec(ah, 0xffff)) { in ar9300_set_slot_time()