Home
last modified time | relevance | path

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

/freebsd/sys/dev/dc/
H A Dif_dcreg.h85 (x->dc_type == DC_TYPE_98713 || \
86 x->dc_type == DC_TYPE_98713A || \
87 x->dc_type == DC_TYPE_987x5)
90 (x->dc_type == DC_TYPE_AL981 || \
91 x->dc_type == DC_TYPE_AN983)
94 (x->dc_type == DC_TYPE_ULI_M5261 || \
95 x->dc_type == DC_TYPE_ULI_M5263)
97 #define DC_IS_INTEL(x) (x->dc_type == DC_TYPE_21143)
98 #define DC_IS_ASIX(x) (x->dc_type == DC_TYPE_ASIX)
99 #define DC_IS_COMET(x) (x->dc_type == DC_TYPE_AL981)
[all …]
H A Dif_dc.c149 static const struct dc_type dc_devs[] = {
236 static const struct dc_type *dc_devtype(device_t);
697 if (sc->dc_type == DC_TYPE_ULI_M5263) { in dc_miibus_readreg()
749 if (sc->dc_type == DC_TYPE_98713) { in dc_miibus_readreg()
754 if (sc->dc_type == DC_TYPE_98713) in dc_miibus_readreg()
778 if (sc->dc_type == DC_TYPE_ULI_M5263) { in dc_miibus_writereg()
822 if (sc->dc_type == DC_TYPE_98713) { in dc_miibus_writereg()
827 if (sc->dc_type == DC_TYPE_98713) in dc_miibus_writereg()
1422 if (sc->dc_type == DC_TYPE_98713) in dc_setcfg()
1455 if (sc->dc_type == DC_TYPE_98713) in dc_setcfg()
[all …]