Home
last modified time | relevance | path

Searched refs:sc_devcfg_ioh (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/sys/dev/pci/
Dvirtio_pci.c131 bus_space_handle_t sc_devcfg_ioh; member
515 device.offset, device.length, &sc->sc_devcfg_ioh) != 0) { in virtio_pci_attach_10()
776 sc->sc_devcfg_iosize, &sc->sc_devcfg_ioh) != 0) { 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 …]