Home
last modified time | relevance | path

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

/dragonfly/tools/tools/ath/athpow/
H A Dathpow.c53 ((ah)->ah_macVersion == AR_SREV_5413 && \
56 ((ah)->ah_macVersion == AR_SREV_5413 || IS_5424(ah))
/dragonfly/sys/dev/netif/ath/ath_hal/ar5212/
H A Dar5212.h370 (AH_PRIVATE(ah)->ah_macVersion == AR_SREV_5413 && \
373 (AH_PRIVATE(ah)->ah_macVersion == AR_SREV_5413 || IS_5424(ah))
H A Dar5212reg.h791 #define AR_SREV_5413 AR_SREV_VERSION_EAGLE macro
H A Dar5212_attach.c295 { AR_SREV_5413, in ar5212IsMacSupported()