Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/sis/
H A Dif_sis.c474 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()
674 if (sc->sis_type == SIS_TYPE_83815) in sis_mchash()
689 if (sc->sis_type == SIS_TYPE_83815) in sis_rxfilter()
875 const struct sis_type *t; in sis_probe()
912 sc->sis_type = SIS_TYPE_900; in sis_attach()
914 sc->sis_type = SIS_TYPE_7016; in sis_attach()
916 sc->sis_type = SIS_TYPE_83815; in sis_attach()
[all …]
H A Dif_sisreg.h433 struct sis_type { struct
460 uint8_t sis_type; member