HomeSort by: relevance | last modified time | path
    Searched refs:cfg_ioh (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/ic/
cissvar.h 64 bus_space_handle_t cfg_ioh; member in struct:ciss_softc
ciss.c 133 bus_space_read_region_4(sc->sc_iot, sc->cfg_ioh,
206 bus_space_write_region_4(sc->sc_iot, sc->cfg_ioh,
209 bus_space_barrier(sc->sc_iot, sc->cfg_ioh,
262 bus_space_write_region_4(sc->sc_iot, sc->cfg_ioh, sc->cfgoff,
264 bus_space_barrier(sc->sc_iot, sc->cfg_ioh, sc->cfgoff, sizeof(sc->cfg),
284 bus_space_read_region_4(sc->sc_iot, sc->cfg_ioh, sc->cfgoff,
294 if (bus_space_read_4(sc->sc_iot, sc->cfg_ioh, sc->cfgoff +
297 bus_space_barrier(sc->sc_iot, sc->cfg_ioh, sc->cfgoff +
302 if (!(bus_space_read_4(sc->sc_iot, sc->cfg_ioh, sc->cfgoff +
1344 hb = bus_space_read_4(sc->sc_iot, sc->cfg_ioh,
    [all...]
  /src/sys/dev/pci/
ciss_pci.c 204 NULL, &sc->cfg_ioh, NULL, &cfgsz)) {
211 sc->cfg_ioh = sc->sc_ioh;
219 bus_space_unmap(sc->sc_iot, sc->cfg_ioh, cfgsz);
224 bus_space_read_region_4(sc->sc_iot, sc->cfg_ioh, sc->cfgoff,
255 bus_space_unmap(sc->sc_iot, sc->cfg_ioh, cfgsz);
281 bus_space_unmap(sc->sc_iot, sc->cfg_ioh, cfgsz);
292 bus_space_unmap(sc->sc_iot, sc->cfg_ioh, cfgsz);

Completed in 13 milliseconds