Home
last modified time | relevance | path

Searched refs:IS_2413 (Results 1 – 8 of 8) sorted by path

/dragonfly/sys/dev/netif/ath/ath_hal/ar5212/
H A Dar2413.c757 return IS_2413(ah); in ar2413Probe()
H A Dar5212.h366 #define IS_2413(ah) \ macro
H A Dar5212_attach.c433 if (IS_2413(ah)) { /* Griffin */ in ar5212Attach()
H A Dar5212_misc.c696 if (IS_2413(ah) || IS_5413(ah) || IS_2417(ah)) { in ar5212SetupClock()
H A Dar5212_reset.c211 if (IS_2413(ah) || IS_5413(ah)) { in ar5212Reset()
1634 if (!IS_RAD5112_ANY(ah) && !IS_2413(ah) && !IS_5413(ah)) in ar5212SetBoardValues()
2046 if (!IS_2413(ah) && !IS_5413(ah)) in ar5212SetTransmitPower()
H A Dar5212_xmit.c622 (IS_2413(ah) || IS_5413(ah) || IS_2425(ah) || IS_2417(ah))) { in ar5212StopTxDma()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5312/
H A Dar5312_reset.c165 if ((IS_2413(ah) || IS_5413(ah))) { in ar5312Reset()
/dragonfly/tools/tools/ath/athpow/
H A Dathpow.c49 #define IS_2413(ah) \ macro
124 if (IS_2413(&revs) || IS_5413(&revs)) in main()
181 IS_2413(revs) ? "2413" : in printRevs()