Home | History | Annotate | Download | only in ic

Lines Matching defs:nsc

112 ne2000_attach(struct ne2000_softc *nsc, uint8_t *myea)
114 struct dp8390_softc *dsc = &nsc->sc_dp8390;
117 bus_space_tag_t asict = nsc->sc_asict;
118 bus_space_handle_t asich = nsc->sc_asich;
126 if (nsc->sc_type == NE2000_TYPE_UNKNOWN)
127 nsc->sc_type = ne2000_detect(nict, nich, asict, asich);
133 switch (nsc->sc_type) {
158 (nsc->sc_quirk & NE2000_QUIRK_8BIT) != 0) {
172 nsc->sc_useword = useword;
174 if (nsc->sc_type == NE2000_TYPE_RTL8019) {
183 if (nsc->sc_type == NE2000_TYPE_AX88190 ||
184 nsc->sc_type == NE2000_TYPE_AX88790) {
285 if (nsc->sc_type == NE2000_TYPE_AX88190 ||
286 nsc->sc_type == NE2000_TYPE_AX88790 ||
287 nsc->sc_type == NE2000_TYPE_AX88796) {
301 bool ne1000 = (nsc->sc_type == NE2000_TYPE_NE1000);
550 struct ne2000_softc *nsc = (struct ne2000_softc *)sc;
553 bus_space_tag_t asict = nsc->sc_asict;
554 bus_space_handle_t asich = nsc->sc_asich;
596 if (nsc->sc_useword == 0) {
727 struct ne2000_softc *nsc = (struct ne2000_softc *)sc;
730 bus_space_tag_t asict = nsc->sc_asict;
731 bus_space_handle_t asich = nsc->sc_asich;
733 int useword = nsc->sc_useword;
757 struct ne2000_softc *nsc = (struct ne2000_softc *)sc;
759 ne2000_readmem(sc->sc_regt, sc->sc_regh, nsc->sc_asict, nsc->sc_asich,
761 nsc->sc_useword);