Home
last modified time | relevance | path

Searched refs:sc_dp8390 (Results 1 – 9 of 9) sorted by relevance

/openbsd/src/sys/dev/isa/
Dif_ec.c82 struct dp8390_softc sc_dp8390; member
239 struct dp8390_softc *sc = &esc->sc_dp8390; in ec_attach()
545 bus_space_tag_t memt = esc->sc_dp8390.sc_buft; in ec_readmem()
546 bus_space_handle_t memh = esc->sc_dp8390.sc_bufh; in ec_readmem()
564 bus_space_tag_t memt = esc->sc_dp8390.sc_buft; in ec_write_mbuf()
565 bus_space_handle_t memh = esc->sc_dp8390.sc_bufh; in ec_write_mbuf()
Dif_ne_isa.c88 struct dp8390_softc *dsc = &nsc->sc_dp8390; in ne_isa_match()
136 struct dp8390_softc *dsc = &nsc->sc_dp8390; in ne_isa_attach()
Dif_we.c90 struct dp8390_softc sc_dp8390; member
335 struct dp8390_softc *sc = &wsc->sc_dp8390; in we_attach()
590 bus_space_tag_t memt = wsc->sc_dp8390.sc_buft; in we_readmem()
591 bus_space_handle_t memh = wsc->sc_dp8390.sc_bufh; in we_readmem()
608 bus_space_tag_t memt = wsc->sc_dp8390.sc_buft; in we_write_mbuf()
609 bus_space_handle_t memh = wsc->sc_dp8390.sc_bufh; in we_write_mbuf()
Dif_ne_isapnp.c96 struct dp8390_softc * const dsc = &nsc->sc_dp8390; in ne_isapnp_attach()
/openbsd/src/sys/arch/luna88k/cbus/
Dif_ne_cbus.c113 struct dp8390_softc *dsc = &nsc->sc_dp8390; in ne_cbus_match()
171 struct dp8390_softc *dsc = &nsc->sc_dp8390; in ne_cbus_attach()
/openbsd/src/sys/dev/ic/
Dne2000var.h38 struct dp8390_softc sc_dp8390; member
Dne2000.c95 struct dp8390_softc *dsc = &nsc->sc_dp8390; in ne2000_attach()
284 struct dp8390_softc *dsc = &nsc->sc_dp8390; in ne2000_detect()
761 return (dp8390_detach(&sc->sc_dp8390, flags)); in ne2000_detach()
/openbsd/src/sys/dev/pcmcia/
Dif_ne_pcmcia.c607 struct dp8390_softc *dsc = &nsc->sc_dp8390; in ne_pcmcia_attach()
856 struct dp8390_softc *esc = &sc->sc_ne2000.sc_dp8390; in ne_pcmcia_activate()
927 struct dp8390_softc *dsc = &nsc->sc_dp8390; in ne_pcmcia_get_enaddr()
993 struct dp8390_softc *dsc = &nsc->sc_dp8390; in ne_pcmcia_ax88190_set_iobase()
/openbsd/src/sys/dev/pci/
Dif_ne_pci.c166 struct dp8390_softc *dsc = &nsc->sc_dp8390; in ne_pci_attach()