Searched refs:AR_GENTMR_BIT (Results 1 – 2 of 2) sorted by relevance
3196 mask |= SM(AR_GENTMR_BIT(timer->index), in ath9k_hw_gen_timer_start()3199 mask |= SM(AR_GENTMR_BIT(timer->index), in ath9k_hw_gen_timer_start()3231 (SM(AR_GENTMR_BIT(timer->index), AR_IMR_S5_GENTIMER_THRESH) | in ath9k_hw_gen_timer_stop()3232 SM(AR_GENTMR_BIT(timer->index), AR_IMR_S5_GENTIMER_TRIG))); in ath9k_hw_gen_timer_stop()
540 #define AR_GENTMR_BIT(_index) (1 << (_index)) macro