Home
last modified time | relevance | path

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

/openbmc/qemu/hw/riscv/
H A Driscv-iommu-bits.h192 #define RISCV_IOMMU_REG_TR_REQ_CTL 0x0260 macro
H A Driscv-iommu.c1787 uint64_t ctrl = riscv_iommu_reg_get64(s, RISCV_IOMMU_REG_TR_REQ_CTL); in riscv_iommu_process_dbg()
1823 riscv_iommu_reg_mod64(s, RISCV_IOMMU_REG_TR_REQ_CTL, 0, in riscv_iommu_process_dbg()
1992 case RISCV_IOMMU_REG_TR_REQ_CTL: in riscv_iommu_mmio_write()
1994 regb = RISCV_IOMMU_REG_TR_REQ_CTL; in riscv_iommu_mmio_write()
2197 stq_le_p(&s->regs_ro[RISCV_IOMMU_REG_TR_REQ_CTL], in riscv_iommu_realize()