Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_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()
H A Dar9300reg.h1864 #define AR_NUM_GEN_TIMERS 16 macro
H A Dar9300_attach.c2902 ahp->ah_avail_gen_timers &= (1 << AR_NUM_GEN_TIMERS) - 1; in ar9300_fill_capability_info()