Searched refs:vp_iowrite64_twopart (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/vdpa/ifcvf/ |
H A D | ifcvf_base.c | 362 vp_iowrite64_twopart(desc_area, &cfg->queue_desc_lo, in ifcvf_set_vq_address() 364 vp_iowrite64_twopart(driver_area, &cfg->queue_avail_lo, in ifcvf_set_vq_address() 366 vp_iowrite64_twopart(device_area, &cfg->queue_used_lo, in ifcvf_set_vq_address()
|
/openbmc/linux/drivers/virtio/ |
H A D | virtio_pci_modern_dev.c | 581 vp_iowrite64_twopart(desc_addr, &cfg->queue_desc_lo, in vp_modern_queue_address() 583 vp_iowrite64_twopart(driver_addr, &cfg->queue_avail_lo, in vp_modern_queue_address() 585 vp_iowrite64_twopart(device_addr, &cfg->queue_used_lo, in vp_modern_queue_address()
|
/openbmc/linux/include/linux/ |
H A D | virtio_pci_modern.h | 86 static inline void vp_iowrite64_twopart(u64 val, in vp_iowrite64_twopart() function
|