Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dar5xxx.h436 #define HAL_SLOT_TIME_9 396 macro
H A Dar5210.c1735 if (slot_time < HAL_SLOT_TIME_9 || slot_time > HAL_SLOT_TIME_MAX) in ar5k_ar5210_set_slot_time()
H A Dar5211.c1842 if (slot_time < HAL_SLOT_TIME_9 || slot_time > HAL_SLOT_TIME_MAX) in ar5k_ar5211_set_slot_time()
H A Dar5212.c2205 if (slot_time < HAL_SLOT_TIME_9 || slot_time > HAL_SLOT_TIME_MAX) in ar5k_ar5212_set_slot_time()
H A Dath.c2669 return (ath_hal_set_slot_time(ah, HAL_SLOT_TIME_9)); in ath_set_slot_time()