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

  /src/sys/dev/pcmcia/
if_an_pcmcia.c 76 struct pcmcia_io_handle sc_pcioh; /* PCMCIA i/o space info */ member in struct:an_pcmcia_softc
if_ep_pcmcia.c 107 struct pcmcia_io_handle sc_pcioh; /* PCMCIA i/o space info */ member in struct:ep_pcmcia_softc
258 &psc->sc_pcioh) == 0)
266 &psc->sc_pcioh) == 0)
275 sc->sc_iot = psc->sc_pcioh.iot;
276 sc->sc_ioh = psc->sc_pcioh.ioh;
282 PCMCIA_WIDTH_AUTO : PCMCIA_WIDTH_IO8), &psc->sc_pcioh,
332 pcmcia_io_free(psc->sc_pf, &psc->sc_pcioh);
355 pcmcia_io_free(psc->sc_pf, &psc->sc_pcioh);
btbc.c 78 struct pcmcia_io_handle sc_pcioh; /* PCMCIA i/o space info */ member in struct:btbc_softc
187 sc->sc_pcioh = cfe->iospace[0].handle;
260 id = bus_space_read_1(sc->sc_pcioh.iot, sc->sc_pcioh.ioh,
264 bus_space_write_1(sc->sc_pcioh.iot, sc->sc_pcioh.ioh,
268 bus_space_write_1(sc->sc_pcioh.iot, sc->sc_pcioh.ioh,
277 id = bus_space_read_1(sc->sc_pcioh.iot, sc->sc_pcioh.ioh
    [all...]
if_cnw.c 192 struct pcmcia_io_handle sc_pcioh; /* PCMCIA I/O space handle */ member in struct:cnw_softc
500 &sc->sc_pcioh) != 0) {
504 if (pcmcia_io_map(sc->sc_pf, PCMCIA_WIDTH_IO16, &sc->sc_pcioh,
507 pcmcia_io_free(sc->sc_pf, &sc->sc_pcioh);
510 sc->sc_iot = sc->sc_pcioh.iot;
511 sc->sc_ioh = sc->sc_pcioh.ioh;
573 pcmcia_io_free(sc->sc_pf, &sc->sc_pcioh);
1191 pcmcia_io_free(sc->sc_pf, &sc->sc_pcioh);
if_malo_pcmcia.c 142 struct pcmcia_io_handle sc_pcioh; member in struct:malo_pcmcia_softc
bt3c.c 102 struct pcmcia_io_handle sc_pcioh; /* PCMCIA i/o space info */ member in struct:bt3c_softc
202 bus_space_barrier(sc->sc_pcioh.iot, sc->sc_pcioh.ioh,
204 data = bus_space_read_1(sc->sc_pcioh.iot, sc->sc_pcioh.ioh,
206 data |= bus_space_read_1(sc->sc_pcioh.iot, sc->sc_pcioh.ioh,
216 bus_space_barrier(sc->sc_pcioh.iot, sc->sc_pcioh.ioh,
218 bus_space_write_1(sc->sc_pcioh.iot, sc->sc_pcioh.ioh
    [all...]

Completed in 17 milliseconds