Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_xmit.c363 OS_REG_WRITE(ah, AR_QRDYTIMECFG(q), in ar9300_reset_tx_queue()
435 OS_REG_WRITE(ah, AR_QRDYTIMECFG(q), in ar9300_reset_tx_queue()
455 OS_REG_WRITE(ah, AR_QRDYTIMECFG(q), in ar9300_reset_tx_queue()
662 OS_REG_READ(ah, AR_QRDYTIMECFG(q)), in ar9300_stop_tx_dma()
767 OS_REG_READ(ah, AR_QRDYTIMECFG(q)), in ar9300_stop_tx_dma_indv_que()
H A Dar9300reg.h490 #define AR_QRDYTIMECFG(_i) (AR_Q0_RDYTIMECFG + ((_i)<<2)) macro