Home
last modified time | relevance | path

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

/openbmc/linux/drivers/virtio/
H A Dvirtio_pci_legacy_dev.c185 iowrite32(queue_pfn, ldev->ioaddr + VIRTIO_PCI_QUEUE_PFN); in vp_legacy_set_queue_address()
200 return ioread32(ldev->ioaddr + VIRTIO_PCI_QUEUE_PFN); in vp_legacy_get_queue_enable()
/openbmc/u-boot/drivers/virtio/
H A Dvirtio_pci_legacy.c203 if (!num || ioread32(priv->ioaddr + VIRTIO_PCI_QUEUE_PFN)) { in virtio_pci_setup_vq()
217 priv->ioaddr + VIRTIO_PCI_QUEUE_PFN); in virtio_pci_setup_vq()
233 iowrite32(0, priv->ioaddr + VIRTIO_PCI_QUEUE_PFN); in virtio_pci_del_vq()
H A Dvirtio_pci.h20 #define VIRTIO_PCI_QUEUE_PFN 8 macro
/openbmc/linux/include/uapi/linux/
H A Dvirtio_pci.h53 #define VIRTIO_PCI_QUEUE_PFN 8 macro
/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_pci.h53 #define VIRTIO_PCI_QUEUE_PFN 8 macro
/openbmc/qemu/tests/qtest/libqos/
H A Dvirtio-pci.c200 qpci_io_writel(dev->pdev, dev->bar, VIRTIO_PCI_QUEUE_PFN, pfn); in qvirtio_pci_set_queue_address()
/openbmc/qemu/tests/qtest/
H A Dvirtio-blk-test.c743 qpci_io_writel(dev, bar0, VIRTIO_PCI_QUEUE_PFN, 1); in test_nonexistent_virtqueue()
H A Dvhost-user-blk-test.c786 qpci_io_writel(dev, bar0, VIRTIO_PCI_QUEUE_PFN, 1); in test_nonexistent_virtqueue()
/openbmc/qemu/hw/virtio/
H A Dvirtio-pci.c398 case VIRTIO_PCI_QUEUE_PFN: in virtio_ioport_write()
491 case VIRTIO_PCI_QUEUE_PFN: in virtio_ioport_read()