Searched refs:sc_devcfg_iot (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/sys/dev/pci/ |
| D | virtio_pci.c | 130 bus_space_tag_t sc_devcfg_iot; member 522 sc->sc_devcfg_iot = sc->sc_bars_iot[i]; in virtio_pci_attach_10() 774 sc->sc_devcfg_iot = sc->sc_iot; in virtio_pci_adjust_config_region() 906 return bus_space_read_1(sc->sc_devcfg_iot, sc->sc_devcfg_ioh, index); in virtio_pci_read_device_config_1() 913 return bus_space_read_2(sc->sc_devcfg_iot, sc->sc_devcfg_ioh, index); in virtio_pci_read_device_config_2() 920 return bus_space_read_4(sc->sc_devcfg_iot, sc->sc_devcfg_ioh, index); in virtio_pci_read_device_config_4() 929 r = bus_space_read_4(sc->sc_devcfg_iot, sc->sc_devcfg_ioh, in virtio_pci_read_device_config_8() 932 r += bus_space_read_4(sc->sc_devcfg_iot, sc->sc_devcfg_ioh, index); in virtio_pci_read_device_config_8() 941 bus_space_write_1(sc->sc_devcfg_iot, sc->sc_devcfg_ioh, index, value); in virtio_pci_write_device_config_1() 949 bus_space_write_2(sc->sc_devcfg_iot, sc->sc_devcfg_ioh, index, value); in virtio_pci_write_device_config_2() [all …]
|