Home
last modified time | relevance | path

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

/freebsd-9-stable/tools/tools/ath/athpow/
Dathpow.c51 #define IS_5424(ah) \ macro
56 ((ah)->ah_macVersion == AR_SREV_5413 || IS_5424(ah))
/freebsd-9-stable/sys/dev/ath/ath_hal/ar5212/
Dar5212.h353 #define IS_5424(ah) \ macro
358 (AH_PRIVATE(ah)->ah_macVersion == AR_SREV_5413 || IS_5424(ah))
Dar5212_attach.c346 AH_PRIVATE(ah)->ah_ispcie = IS_5424(ah) || IS_2425(ah); in ar5212Attach()