Home
last modified time | relevance | path

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

/dragonfly/tools/tools/ath/athpow/
H A Dathpow.c47 #define IS_2316(ah) \ macro
50 ((ah)->ah_macVersion == AR_SREV_2413 || IS_2316(ah))
/dragonfly/sys/dev/netif/ath/ath_hal/ar5312/
H A Dar5312_misc.c42 if(IS_2316(ah)) return; /* not yet */ in ar5312SetLedState()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5212/
H A Dar5212.h364 #define IS_2316(ah) \ macro
367 (AH_PRIVATE(ah)->ah_macVersion == AR_SREV_2413 || IS_2316(ah))
H A Dar2316.c761 return IS_2316(ah); in ar2316Probe()