zephyr/drivers/virtio
TOKITA Hiroshi ef18ce4534 drivers: vertio: Move VIRTIO-MMIO register definitions to header
This change will allow the VIRTIO-MMIO register definitions
to be shared.

Additionally, the register names from Ver1 were being used,
even though the implementation was based on the Ver2 specification.
Also, I addressed this issue.

Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
2025-06-18 07:40:02 +02:00
..
CMakeLists.txt
Kconfig
virtio_common.c
virtio_common.h drivers: vertio: Move VIRTIO-MMIO register definitions to header 2025-06-18 07:40:02 +02:00
virtio_mmio.c drivers: vertio: Move VIRTIO-MMIO register definitions to header 2025-06-18 07:40:02 +02:00
virtio_pci.c drivers: virtio: fix cleanup upon failure during virtqueues initialization 2025-06-17 16:08:06 +02:00
virtqueue.c