Home | History | Annotate | Download | only in pcmcia

Lines Matching defs:nsc

579 	struct ne2000_softc *nsc = &psc->sc_ne2000;
580 struct dp8390_softc *dsc = &nsc->sc_dp8390;
604 nsc->sc_asict = dsc->sc_regt;
606 NE2000_ASIC_OFFSET, NE2000_ASIC_NPORTS, &nsc->sc_asich)) {
612 nsc->sc_asict = cfe->iospace[1].handle.iot;
613 nsc->sc_asich = cfe->iospace[1].handle.ioh;
667 type = bus_space_read_1(nsc->sc_asict, nsc->sc_asich, 0x0f);
669 nsc->sc_type = NE2000_TYPE_DL10022;
671 nsc->sc_type = NE2000_TYPE_DL10019;
691 test = bus_space_read_1(nsc->sc_asict, nsc->sc_asich, 0x05);
693 nsc->sc_type = NE2000_TYPE_AX88790;
695 nsc->sc_type = NE2000_TYPE_AX88190;
715 if (nsc->sc_type == NE2000_TYPE_UNKNOWN) {
729 if (ne2000_attach(nsc, enaddr))
808 struct ne2000_softc *nsc = &psc->sc_ne2000;
809 struct dp8390_softc *dsc = &nsc->sc_dp8390;
844 struct ne2000_softc *nsc = &psc->sc_ne2000;
850 sum += bus_space_read_1(nsc->sc_asict, nsc->sc_asich,
855 myea[j] = bus_space_read_1(nsc->sc_asict,
856 nsc->sc_asich, PAR0 + j);