Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_timer.c77 mask = ahp->ah_avail_gen_timers >> i; in ar9300_alloc_generic_timer()
80 ahp->ah_avail_gen_timers &= ~(AR_GENTMR_BIT(i)); in ar9300_alloc_generic_timer()
109 ahp->ah_avail_gen_timers |= AR_GENTMR_BIT(index); in ar9300_free_generic_timer()
H A Dar9300_attach.c2901 ahp->ah_avail_gen_timers = ~((1 << AR_FIRST_NDP_TIMER) - 1); in ar9300_fill_capability_info()
2902 ahp->ah_avail_gen_timers &= (1 << AR_NUM_GEN_TIMERS) - 1; in ar9300_fill_capability_info()
2908 ahp->ah_avail_gen_timers &= ~(1 << AR_GEN_TIMER_RESERVED); in ar9300_fill_capability_info()
H A Dar9300.h526 u_int32_t ah_avail_gen_timers; /* mask of available timers */ member