Home
last modified time | relevance | path

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

/freebsd/tools/tools/ath/athpow/
H A Dathpow.c49 #define IS_5424(ah) \ macro
54 ((ah)->ah_macVersion == AR_SREV_5413 || IS_5424(ah))
/freebsd/sys/dev/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.c357 AH_PRIVATE(ah)->ah_ispcie = IS_5424(ah) || IS_2425(ah); in ar5212Attach()