Searched refs:dc_type (Results 1 – 5 of 5) sorted by relevance
69 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 …]
90 (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 …]
736 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...]
162 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()
164 if (dc_sc->dc_type == DC_TYPE_21145) in dcphy_attach()