HomeSort by: relevance | last modified time | path
    Searched refs:sc_devcfg_iot (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)); \
187 bus_space_tag_t iot = sc->sc_devcfg_iot;
200 bus_space_tag_t iot = sc->sc_devcfg_iot;
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));
219 bus_space_tag_t iot = sc->sc_devcfg_iot;
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));
243 bus_space_tag_t iot = sc->sc_devcfg_iot;
264 bus_space_read_stream_4(sc->sc_devcfg_iot, sc->sc_devcfg_ioh
    [all...]
virtiovar.h 149 bus_space_tag_t sc_devcfg_iot; member in struct:virtio_softc
virtio_pci.c 521 sc->sc_devcfg_iot = psc->sc_bars_iot[i];
638 sc->sc_devcfg_iot = psc->sc_iot;
  /src/sys/dev/virtio/
virtio_mmio.c 328 vsc->sc_devcfg_iot = sc->sc_iot;

Completed in 35 milliseconds