Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dathn.c201 if (AR_SREV_9380_10_OR_LATER(sc)) in athn_config_ht()
210 if (!AR_SREV_9380_10_OR_LATER(sc)) { in athn_config_ht()
637 if (!AR_SREV_9380_10_OR_LATER(sc)) { in athn_reset_power_on()
645 if (!AR_SREV_9380_10_OR_LATER(sc)) in athn_reset_power_on()
710 if (!AR_SREV_9380_10_OR_LATER(sc)) in athn_set_power_awake()
741 if (!AR_SREV_9380_10_OR_LATER(sc)) in athn_set_power_sleep()
757 if (AR_SREV_9380_10_OR_LATER(sc)) { in athn_init_pll()
1412 if (AR_SREV_9380_10_OR_LATER(sc)) in athn_init_calib()
1809 if (AR_SREV_9380_10_OR_LATER(sc)) in athn_init_dma()
2016 if (AR_SREV_9380_10_OR_LATER(sc)) { in athn_init_tx_queues()
[all …]
H A Dathnreg.h1421 #define AR_SREV_9380_10_OR_LATER(sc) \ macro