Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/pci/
H A Dif_dc_pci.c69 struct dc_type dc_devs[] = {
123 struct dc_type *t; in dc_pci_match()
229 sc->dc_type = DC_TYPE_21143; in dc_pci_attach()
238 sc->dc_type = DC_TYPE_21145; in dc_pci_attach()
249 sc->dc_type = DC_TYPE_DM9102; in dc_pci_attach()
267 sc->dc_type = DC_TYPE_AL981; in dc_pci_attach()
279 sc->dc_type = DC_TYPE_AN983; in dc_pci_attach()
291 sc->dc_type = DC_TYPE_AN983; in dc_pci_attach()
301 sc->dc_type = DC_TYPE_98713; in dc_pci_attach()
303 sc->dc_type = DC_TYPE_98713A; in dc_pci_attach()
[all …]
/openbsd-src/sys/dev/ic/
H A Ddcreg.h90 (x->dc_type == DC_TYPE_98713 || \
91 x->dc_type == DC_TYPE_98713A || \
92 x->dc_type == DC_TYPE_987x5)
95 (x->dc_type == DC_TYPE_AL981 || \
96 x->dc_type == DC_TYPE_AN983)
99 (x->dc_type == DC_TYPE_AN983)
102 (x->dc_type == DC_TYPE_21143 || \
103 x->dc_type == DC_TYPE_21145)
105 #define DC_IS_ASIX(x) (x->dc_type == DC_TYPE_ASIX)
106 #define DC_IS_COMET(x) (x->dc_type == DC_TYPE_AL981)
[all …]
H A Ddc.c736 if (sc->dc_type == DC_TYPE_98713) { in dc_miibus_readreg()
741 if (sc->dc_type == DC_TYPE_98713) in dc_miibus_readreg()
808 if (sc->dc_type == DC_TYPE_98713) { in dc_miibus_writereg()
813 if (sc->dc_type == DC_TYPE_98713) in dc_miibus_writereg()
1220 if (sc->dc_type == DC_TYPE_98713) in dc_setcfg()
1261 if (sc->dc_type == DC_TYPE_98713) in dc_setcfg()
1365 if (sc->dc_type == DC_TYPE_21145) in dc_reset()
1522 if (hdr->dc_type == DC_EBLOCK_MII) in dc_parse_21143_srom()
1537 switch(hdr->dc_type) { in dc_parse_21143_srom()
1577 switch(sc->dc_type) { in dc_attach()
[all...]
/openbsd-src/sys/dev/cardbus/
H A Dif_dc_cardbus.c162 sc->dc_type = DC_TYPE_21143; in dc_cardbus_attach()
172 sc->dc_type = DC_TYPE_XIRCOM; in dc_cardbus_attach()
195 sc->dc_type = DC_TYPE_AN983; in dc_cardbus_attach()
/openbsd-src/sys/dev/mii/
H A Ddcphy.c164 if (dc_sc->dc_type == DC_TYPE_21145) in dcphy_attach()