Searched defs:AR_DRETRY_LIMIT (Results 1 - 3 of 3) sorted by last modified time

/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300reg.h587 #define AR_DRETRY_LIMIT(_i) (AR_D0_RETRY_LIMIT + ((_i)<<2)) macro
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5211/
H A Dar5211reg.h170 #define AR_DRETRY_LIMIT(i) (AR_D0_RETRY_LIMIT + ((i)<<2)) macro
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212reg.h191 #define AR_DRETRY_LIMIT(_i) (AR_D0_RETRY_LIMIT + ((_i)<<2)) macro

Completed in 134 milliseconds