Home
last modified time | relevance | path

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

/u-boot/drivers/virtio/
A Dvirtio_pci_modern.c162 iowrite16(le16_to_cpu(w), priv->device + offset); in virtio_pci_set_config()
274 iowrite16(index, &cfg->queue_select); in virtio_pci_setup_vq()
294 iowrite16(virtqueue_get_vring_size(vq), &cfg->queue_size); in virtio_pci_setup_vq()
308 iowrite16(1, &cfg->queue_enable); in virtio_pci_setup_vq()
321 iowrite16(index, &priv->common->queue_select); in virtio_pci_del_vq()
324 iowrite16(0, &priv->common->queue_enable); in virtio_pci_del_vq()
362 iowrite16(vq->index, &priv->common->queue_select); in virtio_pci_notify()
371 iowrite16(vq->index, in virtio_pci_notify()
A Dvirtio_pci_legacy.c202 iowrite16(index, priv->ioaddr + VIRTIO_PCI_QUEUE_SEL); in virtio_pci_setup_vq()
233 iowrite16(index, priv->ioaddr + VIRTIO_PCI_QUEUE_SEL); in virtio_pci_del_vq()
276 iowrite16(vq->index, priv->ioaddr + VIRTIO_PCI_QUEUE_NOTIFY); in virtio_pci_notify()
/u-boot/include/linux/
A Dio.h40 static inline void iowrite16(u16 value, volatile void __iomem *addr) in iowrite16() function
/u-boot/arch/x86/include/asm/
A Dio.h300 static inline void iowrite16(u16 value, volatile void __iomem *addr) in iowrite16() function

Completed in 7 milliseconds