Searched refs:VIRTIO_PCI_QUEUE_PFN (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/drivers/virtio/ |
H A D | virtio_pci_legacy_dev.c | 185 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 D | virtio_pci_legacy.c | 203 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 D | virtio_pci.h | 20 #define VIRTIO_PCI_QUEUE_PFN 8 macro
|
/openbmc/linux/include/uapi/linux/ |
H A D | virtio_pci.h | 53 #define VIRTIO_PCI_QUEUE_PFN 8 macro
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | virtio_pci.h | 53 #define VIRTIO_PCI_QUEUE_PFN 8 macro
|
/openbmc/qemu/tests/qtest/libqos/ |
H A D | virtio-pci.c | 200 qpci_io_writel(dev->pdev, dev->bar, VIRTIO_PCI_QUEUE_PFN, pfn); in qvirtio_pci_set_queue_address()
|
/openbmc/qemu/tests/qtest/ |
H A D | virtio-blk-test.c | 743 qpci_io_writel(dev, bar0, VIRTIO_PCI_QUEUE_PFN, 1); in test_nonexistent_virtqueue()
|
H A D | vhost-user-blk-test.c | 786 qpci_io_writel(dev, bar0, VIRTIO_PCI_QUEUE_PFN, 1); in test_nonexistent_virtqueue()
|
/openbmc/qemu/hw/virtio/ |
H A D | virtio-pci.c | 398 case VIRTIO_PCI_QUEUE_PFN: in virtio_ioport_write() 491 case VIRTIO_PCI_QUEUE_PFN: in virtio_ioport_read()
|