HomeSort by: relevance | last modified time | path
    Searched defs:sc_ethernet_pcioh (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pcmcia/
mhzc.c 110 struct pcmcia_io_handle sc_ethernet_pcioh; member in struct:mhzc_softc
235 if (pcmcia_io_map(sc->sc_pf, PCMCIA_WIDTH_AUTO, &sc->sc_ethernet_pcioh,
301 &sc->sc_ethernet_pcioh) == 0) {
353 pcmcia_io_free(sc->sc_pf, &sc->sc_ethernet_pcioh);
691 sc->sc_bst = msc->sc_ethernet_pcioh.iot;
692 sc->sc_bsh = msc->sc_ethernet_pcioh.ioh;
xirc.c 106 struct pcmcia_io_handle sc_ethernet_pcioh; member in struct:xirc_softc
247 &sc->sc_ethernet_pcioh, &sc->sc_ethernet_io_window)) {
313 &sc->sc_ethernet_pcioh)) {
317 &sc->sc_ethernet_pcioh))
360 XI_IOSIZE, XI_IOSIZE, &sc->sc_ethernet_pcioh))
413 pcmcia_io_free(sc->sc_pf, &sc->sc_ethernet_pcioh);
482 bus_space_write_1(sc->sc_ethernet_pcioh.iot,
483 sc->sc_ethernet_pcioh.ioh, 0x10, sc->sc_mako_intmask);
501 bus_space_write_1(sc->sc_ethernet_pcioh.iot,
502 sc->sc_ethernet_pcioh.ioh, 0x10, sc->sc_mako_intmask)
    [all...]

Completed in 12 milliseconds