Home
last modified time | relevance | path

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

/freebsd-10-stable/tools/tools/ath/athpow/
Dathpow.c53 ((ah)->ah_macVersion == AR_SREV_5413 && \
56 ((ah)->ah_macVersion == AR_SREV_5413 || IS_5424(ah))
/freebsd-10-stable/sys/dev/ath/ath_hal/ar5212/
Dar5212.h367 (AH_PRIVATE(ah)->ah_macVersion == AR_SREV_5413 && \
370 (AH_PRIVATE(ah)->ah_macVersion == AR_SREV_5413 || IS_5424(ah))
Dar5212reg.h791 #define AR_SREV_5413 AR_SREV_VERSION_EAGLE macro
Dar5212_attach.c295 { AR_SREV_5413, in ar5212IsMacSupported()