Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_xmit.c368 OS_REG_WRITE(ah, AR_DCHNTIME(q), SM(qi->tqi_burstTime, AR_D_CHNTIME_DUR) | in ar9300_reset_tx_queue()
H A Dar9300reg.h603 #define AR_DCHNTIME(_i) (AR_D0_CHNTIME + ((_i)<<2)) macro