Searched refs:AR_D0_RETRY_LIMIT (Results 1 - 6 of 6) sorted by relevance

/freebsd-11.0-release/tools/tools/ath/common/
H A Ddumpregs_5211.c167 DEFDCU(AR_D0_RETRY_LIMIT, "D0_RTRY"),
H A Ddumpregs_5212.c206 DEFDCU(AR_D0_RETRY_LIMIT, "D0_RTRY"),
H A Ddumpregs_5416.c211 DEFDCU(AR_D0_RETRY_LIMIT, "D0_RTRY"),
/freebsd-11.0-release/sys/dev/ath/ath_hal/ar5211/
H A Dar5211reg.h160 #define AR_D0_RETRY_LIMIT 0x1080 /* Retry limits */ macro
170 #define AR_DRETRY_LIMIT(i) (AR_D0_RETRY_LIMIT + ((i)<<2))
/freebsd-11.0-release/sys/dev/ath/ath_hal/ar5212/
H A Dar5212reg.h181 #define AR_D0_RETRY_LIMIT 0x1080 /* MAC Retry limits */ macro
191 #define AR_DRETRY_LIMIT(_i) (AR_D0_RETRY_LIMIT + ((_i)<<2))
/freebsd-11.0-release/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300reg.h586 #define AR_D0_RETRY_LIMIT AR_MAC_DCU_OFFSET(MAC_DCU_RETRY_LIMIT) macro
587 #define AR_DRETRY_LIMIT(_i) (AR_D0_RETRY_LIMIT + ((_i)<<2))

Completed in 135 milliseconds