Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_xmit.c353 AR_QCBRCFG(q), in ar9300_reset_tx_queue()
657 OS_REG_READ(ah, AR_QCBRCFG(q))); in ar9300_stop_tx_dma()
762 OS_REG_READ(ah, AR_QCBRCFG(q))); in ar9300_stop_tx_dma_indv_que()
H A Dar9300reg.h482 #define AR_QCBRCFG(_i) (AR_Q0_CBRCFG + ((_i)<<2)) macro