Home
last modified time | relevance | path

Searched refs:IS_5424 (Results 1 – 3 of 3) sorted by relevance

/dragonfly/tools/tools/ath/athpow/
H A Dathpow.c51 #define IS_5424(ah) \ macro
56 ((ah)->ah_macVersion == AR_SREV_5413 || IS_5424(ah))
/dragonfly/sys/dev/netif/ath/ath_hal/ar5212/
H A Dar5212.h368 #define IS_5424(ah) \ macro
373 (AH_PRIVATE(ah)->ah_macVersion == AR_SREV_5413 || IS_5424(ah))
H A Dar5212_attach.c355 AH_PRIVATE(ah)->ah_ispcie = IS_5424(ah) || IS_2425(ah); in ar5212Attach()