Searched refs:vtpci_modern_write_common_4 (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sys/dev/virtio/pci/ |
| H A D | virtio_pci_modern.c | 166 static void vtpci_modern_write_common_4(struct vtpci_modern_softc *, 489 vtpci_modern_write_common_4(sc, VIRTIO_PCI_COMMON_DFSELECT, 0); in vtpci_modern_read_features() 491 vtpci_modern_write_common_4(sc, VIRTIO_PCI_COMMON_DFSELECT, 1); in vtpci_modern_read_features() 505 vtpci_modern_write_common_4(sc, VIRTIO_PCI_COMMON_GFSELECT, 0); in vtpci_modern_write_features() 506 vtpci_modern_write_common_4(sc, VIRTIO_PCI_COMMON_GF, features0); in vtpci_modern_write_features() 507 vtpci_modern_write_common_4(sc, VIRTIO_PCI_COMMON_GFSELECT, 1); in vtpci_modern_write_features() 508 vtpci_modern_write_common_4(sc, VIRTIO_PCI_COMMON_GF, features1); in vtpci_modern_write_features() 1342 vtpci_modern_write_common_4(struct vtpci_modern_softc *sc, bus_size_t off, in vtpci_modern_write_common_4() function 1358 vtpci_modern_write_common_4(sc, off, val0); in vtpci_modern_write_common_8() 1359 vtpci_modern_write_common_4(sc, off + 4, val1); in vtpci_modern_write_common_8()
|