Home
last modified time | relevance | path

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

/freebsd/tools/tools/ath/athpow/
H A Dathpow.c47 #define IS_2413(ah) \ macro
122 if (IS_2413(&revs) || IS_5413(&revs)) in main()
179 IS_2413(revs) ? "2413" : in printRevs()
/freebsd/sys/dev/ath/ath_hal/ar5312/
H A Dar5312_reset.c165 if ((IS_2413(ah) || IS_5413(ah))) { in ar5312Reset()
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_reset.c211 if (IS_2413(ah) || IS_5413(ah)) { in ar5212Reset()
1633 if (!IS_RAD5112_ANY(ah) && !IS_2413(ah) && !IS_5413(ah)) in ar5212SetBoardValues()
2044 if (!IS_2413(ah) && !IS_5413(ah)) in ar5212SetTransmitPower()
H A Dar2413.c754 return IS_2413(ah); in ar2413Probe()
H A Dar5212.h366 #define IS_2413(ah) \ macro
H A Dar5212_attach.c435 if (IS_2413(ah)) { /* Griffin */ in ar5212Attach()
H A Dar5212_xmit.c621 (IS_2413(ah) || IS_5413(ah) || IS_2425(ah) || IS_2417(ah))) { in ar5212StopTxDma()
H A Dar5212_misc.c696 if (IS_2413(ah) || IS_5413(ah) || IS_2417(ah)) { in ar5212SetupClock()