Home
last modified time | relevance | path

Searched refs:AR_Q_CBC (Results 1 – 5 of 5) sorted by relevance

/dragonfly/tools/tools/ath/common/
H A Ddumpregs_5212.c181 DEFQCU(AR_Q_CBC, "Q_CBC"),
H A Ddumpregs_5416.c184 DEFQCU(AR_Q_CBC, "Q_CBC"),
/dragonfly/sys/dev/netif/ath/ath_hal/ar5212/
H A Dar5212reg.h155 #define AR_Q_CBC 0xb08 /* Compression buffer configuration */ macro
H A Dar5212_xmit.c469 OS_REG_WRITE(ah, AR_Q_CBC, HAL_COMP_BUF_MAX_SIZE/1024); in ar5212ResetTxQueue()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5416/
H A Dar5416_xmit.c1454 OS_REG_WRITE(ah, AR_Q_CBC, HAL_COMP_BUF_MAX_SIZE/1024); in ar5416ResetTxQueue()