Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath9k/
Dmac.c418 REG_WRITE(ah, AR_QRDYTIMECFG(q), in ath9k_hw_resettxqueue()
478 REG_WRITE(ah, AR_QRDYTIMECFG(q), in ath9k_hw_resettxqueue()
Dreg.h427 #define AR_QRDYTIMECFG(_i) (AR_Q0_RDYTIMECFG + ((_i)<<2)) macro