Home
last modified time | relevance | path

Searched refs:AR_NUM_GEN_TIMERS (Results 1 – 3 of 3) sorted by relevance

/freebsd-13-stable/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_timer.c72 avail_timer_end = AR_NUM_GEN_TIMERS; in ar9300_alloc_generic_timer()
119 if ((index < AR_FIRST_NDP_TIMER) || (index >= AR_NUM_GEN_TIMERS)) { in ar9300_start_generic_timer()
155 if ((index < AR_FIRST_NDP_TIMER) || (index >= AR_NUM_GEN_TIMERS)) { in ar9300_stop_generic_timer()
HDar9300reg.h1864 #define AR_NUM_GEN_TIMERS 16 macro
HDar9300_attach.c2902 ahp->ah_avail_gen_timers &= (1 << AR_NUM_GEN_TIMERS) - 1; in ar9300_fill_capability_info()