Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_timer.c58 #define AR_GENTMR_BIT(_index) (1 << (_index)) macro
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()
148 (SM(AR_GENTMR_BIT(index), AR_IMR_S5_GENTIMER_THRESH) | in ar9300_start_generic_timer()
149 SM(AR_GENTMR_BIT(index), AR_IMR_S5_GENTIMER_TRIG))); in ar9300_start_generic_timer()
168 (SM(AR_GENTMR_BIT(index), AR_IMR_S5_GENTIMER_THRESH) | in ar9300_stop_generic_timer()
169 SM(AR_GENTMR_BIT(index), AR_IMR_S5_GENTIMER_TRIG))); in ar9300_stop_generic_timer()