Home
last modified time | relevance | path

Searched refs:IS_2417 (Results 1 – 6 of 6) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/external/isc/atheros_hal/dist/ar5212/
H A Dar5212_misc.c194 if (IS_2417(ah)) { in ar5212SetLedState()
678 if (IS_2413(ah) || IS_5413(ah) || IS_2417(ah)) { in ar5212SetupClock()
701 if (IS_2417(ah)) in ar5212SetupClock()
710 IS_RAD5112_ANY(ah) || IS_5413(ah) || IS_2417(ah) ? 0x14 : 0x18); in ar5212SetupClock()
H A Dar5212.h359 #define IS_2417(ah) \ macro
398 if ((IS_2425(_ah) || IS_2417(_ah)) && \
407 if ((IS_2425(_ah) || IS_2417(_ah)) && (_flag) == AH_TRUE) {\
H A Dar2425.c210 if (IS_2417(ah)) { in ar2425SetRfRegs()
719 return IS_2425(ah) || IS_2417(ah); in ar2425Probe()
H A Dar5212_attach.c427 if (IS_2425(ah) || IS_2417(ah)) {/* Swan or Nala */ in ar5212Attach()
770 if (IS_RAD5112_ANY(ah) || IS_5413(ah) || IS_2425(ah) || IS_2417(ah)) in ar5212FillCapabilityInfo()
H A Dar5212_reset.c367 if (IS_5413(ah) || IS_2417(ah)) { in ar5212Reset()
1466 ((IS_5413(ah) || IS_RAD5112_ANY(ah) || IS_2417(ah)) ? 40 : 32); in ar5212IsSpurChannel()
1628 if (IS_2417(ah)) { in ar5212SetSpurMitigation()
H A Dar5212_xmit.c596 (IS_2413(ah) || IS_5413(ah) || IS_2425(ah) || IS_2417(ah))) { in ar5212StopTxDma()