Home
last modified time | relevance | path

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

/freebsd/sys/dev/sis/
H A Dif_sis.c130 static const struct sis_type sis_devs[] = {
474 if (sc->sis_type == SIS_TYPE_83815) { in sis_miibus_readreg()
497 if (sc->sis_type == SIS_TYPE_900 && in sis_miibus_readreg()
537 if (sc->sis_type == SIS_TYPE_83815) { in sis_miibus_writereg()
549 if (sc->sis_type == SIS_TYPE_900 && in sis_miibus_writereg()
629 if (sc->sis_type == SIS_TYPE_83815 && sc->sis_srr >= NS_SRR_16A) { in sis_miibus_statchg()
637 if (sc->sis_type == SIS_TYPE_83815 && sc->sis_srr < NS_SRR_16A && in sis_miibus_statchg()
674 if (sc->sis_type == SIS_TYPE_83815) in sis_mchash()
689 if (sc->sis_type == SIS_TYPE_83815) in sis_rxfilter()
859 if (sc->sis_type == SIS_TYPE_83815) { in sis_reset()
[all …]
H A Dif_sisreg.h433 struct sis_type { struct
460 uint8_t sis_type; member