Home
last modified time | relevance | path

Searched refs:AR_SREV_9380_10_OR_LATER (Results 1 – 2 of 2) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/ic/
H A Dathn.c290 if (AR_SREV_9380_10_OR_LATER(sc)) in athn_attach()
298 if (!AR_SREV_9380_10_OR_LATER(sc)) { in athn_attach()
619 if (!AR_SREV_9380_10_OR_LATER(sc)) { in athn_reset_power_on()
627 if (!AR_SREV_9380_10_OR_LATER(sc)) in athn_reset_power_on()
693 if (!AR_SREV_9380_10_OR_LATER(sc)) in athn_set_power_awake()
725 if (!AR_SREV_9380_10_OR_LATER(sc)) in athn_set_power_sleep()
741 if (AR_SREV_9380_10_OR_LATER(sc)) { in athn_init_pll()
1300 if (AR_SREV_9380_10_OR_LATER(sc)) in athn_init_calib()
1722 if (AR_SREV_9380_10_OR_LATER(sc)) in athn_init_dma()
1927 if (AR_SREV_9380_10_OR_LATER(sc)) { in athn_init_tx_queues()
[all …]
H A Dathnreg.h1411 #define AR_SREV_9380_10_OR_LATER(sc) \ macro