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

/openbsd-current/sys/dev/pci/
H A Dif_oce.c301 bus_space_tag_t sc_csr_iot; member in struct:oce_softc
687 if (pci_mapreg_map(pa, reg, memtype, 0, &sc->sc_csr_iot,
702 sc->sc_csr_iot = sc->sc_db_iot = sc->sc_cfg_iot;
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 213 milliseconds