Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/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))
/dragonfly/sys/dev/netif/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))
/dragonfly/tools/tools/ath/common/
H A Ddumpregs_5211.c166 DEFDCU(AR_D0_RETRY_LIMIT, "D0_RTRY"),
H A Ddumpregs_5212.c205 DEFDCU(AR_D0_RETRY_LIMIT, "D0_RTRY"),
H A Ddumpregs_5416.c208 DEFDCU(AR_D0_RETRY_LIMIT, "D0_RTRY"),
/dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300reg.h585 #define AR_D0_RETRY_LIMIT AR_MAC_DCU_OFFSET(MAC_DCU_RETRY_LIMIT) macro
586 #define AR_DRETRY_LIMIT(_i) (AR_D0_RETRY_LIMIT + ((_i)<<2))