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

  /src/sys/dev/pci/
virtio.c 173 printf("%02x ", bus_space_read_1(sc->sc_devcfg_iot, sc->sc_devcfg_ioh, index+i)); \
188 bus_space_handle_t ioh = sc->sc_devcfg_ioh;
201 bus_space_handle_t ioh = sc->sc_devcfg_ioh;
210 bus_space_read_stream_2(sc->sc_devcfg_iot, sc->sc_devcfg_ioh,
212 bus_space_read_2(sc->sc_devcfg_iot, sc->sc_devcfg_ioh, index));
220 bus_space_handle_t ioh = sc->sc_devcfg_ioh;
229 bus_space_read_stream_4(sc->sc_devcfg_iot, sc->sc_devcfg_ioh,
231 bus_space_read_4(sc->sc_devcfg_iot, sc->sc_devcfg_ioh, index));
244 bus_space_handle_t ioh = sc->sc_devcfg_ioh;
264 bus_space_read_stream_4(sc->sc_devcfg_iot, sc->sc_devcfg_ioh,
    [all...]
virtiovar.h 150 bus_space_handle_t sc_devcfg_ioh; member in struct:virtio_softc
virtio_pci.c 512 &sc->sc_devcfg_ioh)) {
641 &sc->sc_devcfg_ioh)) {
  /src/sys/dev/virtio/
virtio_mmio.c 331 &vsc->sc_devcfg_ioh)) {

Completed in 15 milliseconds