Searched refs:sc_ethernet_pcioh (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/dev/pcmcia/ |
H A D | xirc.c | 106 struct pcmcia_io_handle sc_ethernet_pcioh; member 247 &sc->sc_ethernet_pcioh, &sc->sc_ethernet_io_window)) { in xirc_attach() 313 &sc->sc_ethernet_pcioh)) { in xirc_mako_alloc() 317 &sc->sc_ethernet_pcioh)) in xirc_mako_alloc() 360 XI_IOSIZE, XI_IOSIZE, &sc->sc_ethernet_pcioh)) in xirc_dingo_alloc_ethernet() 413 pcmcia_io_free(sc->sc_pf, &sc->sc_ethernet_pcioh); in xirc_detach() 482 bus_space_write_1(sc->sc_ethernet_pcioh.iot, in xirc_enable() 483 sc->sc_ethernet_pcioh.ioh, 0x10, sc->sc_mako_intmask); in xirc_enable() 501 bus_space_write_1(sc->sc_ethernet_pcioh.iot, in xirc_disable() 502 sc->sc_ethernet_pcioh.ioh, 0x10, sc->sc_mako_intmask); in xirc_disable() [all …]
|
H A D | mhzc.c | 110 struct pcmcia_io_handle sc_ethernet_pcioh; member 235 if (pcmcia_io_map(sc->sc_pf, PCMCIA_WIDTH_AUTO, &sc->sc_ethernet_pcioh, in mhzc_attach() 301 &sc->sc_ethernet_pcioh) == 0) { in mhzc_alloc_ethernet() 353 pcmcia_io_free(sc->sc_pf, &sc->sc_ethernet_pcioh); in mhzc_detach() 691 sc->sc_bst = msc->sc_ethernet_pcioh.iot; in sm_mhzc_attach() 692 sc->sc_bsh = msc->sc_ethernet_pcioh.ioh; in sm_mhzc_attach()
|