Home
last modified time | relevance | path

Searched refs:AR_TXDP0 (Results 1 – 4 of 4) sorted by relevance

/freebsd/tools/tools/ath/common/
H A Ddumpregs_5210.c42 DEFBASIC(AR_TXDP0, "TXDP0"),
/freebsd/sys/dev/ath/ath_hal/ar5210/
H A Dar5210reg.h34 #define AR_TXDP0 0x0000 /* TX queue pointer 0 register */ macro
H A Dar5210_xmit.c267 return OS_REG_READ(ah, AR_TXDP0); in ar5210GetTxDP()
304 OS_REG_WRITE(ah, AR_TXDP0, txdp); in ar5210SetTxDP()
H A Dar5210_reset.c163 OS_REG_WRITE(ah, AR_TXDP0, 0); in ar5210Reset()