Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dvirtio_mmio.h122 #define VIRTIO_MMIO_QUEUE_USED_LOW 0x0a0 macro
/linux/drivers/virtio/
H A Dvirtio_mmio.c459 writel((u32)addr, vm_dev->base + VIRTIO_MMIO_QUEUE_USED_LOW); in vm_setup_vq()