Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/virtio/
Dvirtio_pci_legacy.c131 if (!num || ioread32(vp_dev->ioaddr + VIRTIO_PCI_QUEUE_PFN)) in setup_vq()
144 vp_dev->ioaddr + VIRTIO_PCI_QUEUE_PFN); in setup_vq()
171 iowrite32(0, vp_dev->ioaddr + VIRTIO_PCI_QUEUE_PFN); in setup_vq()
194 iowrite32(0, vp_dev->ioaddr + VIRTIO_PCI_QUEUE_PFN); in del_vq()
/linux-4.4.14/include/uapi/linux/
Dvirtio_pci.h53 #define VIRTIO_PCI_QUEUE_PFN 8 macro