Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/ath/ath_hal/ar5210/
HDar5210_misc.c450 if (us < HAL_SLOT_TIME_9 || us > ath_hal_mac_usec(ah, 0xffff)) { in ar5210SetSlotTime()
/freebsd-14-stable/sys/dev/ath/ath_hal/ar5211/
HDar5211_misc.c452 if (us < HAL_SLOT_TIME_9 || us > ath_hal_mac_usec(ah, 0xffff)) { in ar5211SetSlotTime()
/freebsd-14-stable/sys/dev/ath/ath_hal/
HDah.h815 HAL_SLOT_TIME_9 = 9, enumerator
/freebsd-14-stable/sys/dev/ath/
HDif_ath.c3743 usec = HAL_SLOT_TIME_9; in ath_setslottime()
3747 usec = HAL_SLOT_TIME_9; in ath_setslottime()
/freebsd-14-stable/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_misc.c575 if (us < HAL_SLOT_TIME_9 || us > ar9300_mac_to_usec(ah, 0xffff)) { in ar9300_set_slot_time()