Searched refs:sc_csr_ioh (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/sys/dev/pci/
H A Dif_oce.c302 bus_space_handle_t sc_csr_ioh; member in struct:oce_softc
688 &sc->sc_csr_ioh, NULL, &sc->sc_csr_size, 0)) {
703 sc->sc_csr_ioh = sc->sc_db_ioh = sc->sc_cfg_ioh;
709 bus_space_unmap(sc->sc_csr_iot, sc->sc_csr_ioh, sc->sc_csr_size);
726 bus_space_barrier(sc->sc_csr_iot, sc->sc_csr_ioh, off, 4,
728 return (bus_space_read_4(sc->sc_csr_iot, sc->sc_csr_ioh, off));
750 bus_space_write_4(sc->sc_csr_iot, sc->sc_csr_ioh, off, val);
751 bus_space_barrier(sc->sc_csr_iot, sc->sc_csr_ioh, off, 4,

Completed in 192 milliseconds