Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ath/ath_hal/ar5211/
H A Dar5211reg.h182 #define AR_DCHNTIME(i) (AR_D0_CHNTIME + ((i)<<2)) macro
H A Dar5211_xmit.c305 OS_REG_WRITE(ah, AR_DCHNTIME(q), in ar5211ResetTxQueue()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5212/
H A Dar5212reg.h203 #define AR_DCHNTIME(_i) (AR_D0_CHNTIME + ((_i)<<2)) macro
H A Dar5212_xmit.c348 OS_REG_WRITE(ah, AR_DCHNTIME(q), in ar5212ResetTxQueue()
/dragonfly/tools/tools/ath/athregs/
H A Ddumpregs.c570 , OS_REG_READ(ah, AR_DCHNTIME(i)) in ath_hal_dumpdcu()
/dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_xmit.c371 OS_REG_WRITE(ah, AR_DCHNTIME(q), SM(qi->tqi_burstTime, AR_D_CHNTIME_DUR) | in ar9300_reset_tx_queue()
H A Dar9300reg.h602 #define AR_DCHNTIME(_i) (AR_D0_CHNTIME + ((_i)<<2)) macro
/dragonfly/sys/dev/netif/ath/ath_hal/ar5416/
H A Dar5416_xmit.c1322 OS_REG_WRITE(ah, AR_DCHNTIME(q), in ar5416ResetTxQueue()