Home
last modified time | relevance | path

Searched refs:AR_Q0_STS (Results 1 – 7 of 7) sorted by relevance

/freebsd-12-stable/sys/dev/ath/ath_hal/ar5211/
Dar5211reg.h125 #define AR_Q0_STS 0x0a00 /* Miscellaneous QCU status */ macro
135 #define AR_QSTS(i) (AR_Q0_STS + ((i)<<2))
/freebsd-12-stable/sys/dev/ath/ath_hal/ar5212/
Dar5212reg.h142 #define AR_Q0_STS 0x0a00 /* MAC Miscellaneous QCU status */ macro
152 #define AR_QSTS(_i) (AR_Q0_STS + ((_i)<<2))
Dar5212_reset.c1172 AR_Q0_STS + (queue * 4)) & in ar5212MacStop()
/freebsd-12-stable/tools/tools/ath/common/
Ddumpregs_5211.c132 DEFQCU(AR_Q0_STS, "Q0_STS"),
Ddumpregs_5416.c172 DEFQCU(AR_Q0_STS, "Q0_STS"),
Ddumpregs_5212.c167 DEFQCU(AR_Q0_STS, "Q0_STS"),
/freebsd-12-stable/sys/contrib/dev/ath/ath_hal/ar9300/
Dar9300reg.h527 #define AR_Q0_STS AR_MAC_QCU_OFFSET(MAC_QCU_CNT) macro
528 #define AR_QSTS(_i) (AR_Q0_STS + ((_i)<<2))