Home
last modified time | relevance | path

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

/src/sys/dev/virtio/pci/
H A Dvirtio_pci_modern.c186 static void vtpci_modern_write_device_4(struct vtpci_modern_softc *,
709 vtpci_modern_write_device_4(sc, offset, val); in vtpci_modern_write_dev_config()
1430 vtpci_modern_write_device_4(struct vtpci_modern_softc *sc, bus_size_t off, in vtpci_modern_write_device_4() function
1445 vtpci_modern_write_device_4(sc, off, val0); in vtpci_modern_write_device_8()
1446 vtpci_modern_write_device_4(sc, off + 4, val1); in vtpci_modern_write_device_8()