Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Driscv-iommu-test.c71 g_assert_cmpuint(reg & RISCV_IOMMU_FQCSR_FQEN, ==, 0); in test_reg_reset()
175 reg |= RISCV_IOMMU_FQCSR_FQEN; in test_iommu_init_queues()
/openbmc/qemu/tests/qtest/libqos/
H A Driscv-iommu.h52 #define RISCV_IOMMU_FQCSR_FQEN RISCV_IOMMU_QUEUE_ENABLE macro
/openbmc/qemu/hw/riscv/
H A Driscv-iommu-bits.h158 #define RISCV_IOMMU_FQCSR_FQEN RISCV_IOMMU_QUEUE_ENABLE macro
H A Driscv-iommu.c1729 bool enable = !!(ctrl_set & RISCV_IOMMU_FQCSR_FQEN); in riscv_iommu_process_fq_control()