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

/openbsd-current/sys/dev/pci/
H A Dif_oce.c305 bus_space_tag_t sc_db_iot; member in struct:oce_softc
696 if (pci_mapreg_map(pa, reg, memtype, 0, &sc->sc_db_iot,
702 sc->sc_csr_iot = sc->sc_db_iot = sc->sc_cfg_iot;
734 bus_space_barrier(sc->sc_db_iot, sc->sc_db_ioh, off, 4,
736 return (bus_space_read_4(sc->sc_db_iot, sc->sc_db_ioh, off));
758 bus_space_write_4(sc->sc_db_iot, sc->sc_db_ioh, off, val);
759 bus_space_barrier(sc->sc_db_iot, sc->sc_db_ioh, off, 4,

Completed in 192 milliseconds