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

/openbsd-current/sys/dev/pci/
H A Dif_oce.c297 bus_space_tag_t sc_cfg_iot; member in struct:oce_softc
657 if (pci_mapreg_map(pa, reg, memtype, 0, &sc->sc_cfg_iot,
702 sc->sc_csr_iot = sc->sc_db_iot = sc->sc_cfg_iot;
711 bus_space_unmap(sc->sc_cfg_iot, sc->sc_cfg_ioh, sc->sc_cfg_size);
718 bus_space_barrier(sc->sc_cfg_iot, sc->sc_cfg_ioh, off, 4,
720 return (bus_space_read_4(sc->sc_cfg_iot, sc->sc_cfg_ioh, off));
742 bus_space_write_4(sc->sc_cfg_iot, sc->sc_cfg_ioh, off, val);
743 bus_space_barrier(sc->sc_cfg_iot, sc->sc_cfg_ioh, off, 4,

Completed in 111 milliseconds