Searched refs:AMDVI_MMIO_STATUS (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/hw/i386/ |
H A D | amd_iommu.c | 183 if (!s->evtlog_enabled || amdvi_test_mask(s, AMDVI_MMIO_STATUS, in amdvi_log_event() 190 amdvi_assign_orq(s, AMDVI_MMIO_STATUS, AMDVI_MMIO_STATUS_EVT_OVF); in amdvi_log_event() 202 amdvi_assign_orq(s, AMDVI_MMIO_STATUS, AMDVI_MMIO_STATUS_COMP_INT); in amdvi_log_event() 403 amdvi_assign_orq(s, AMDVI_MMIO_STATUS, AMDVI_MMIO_STATUS_COMP_INT); in amdvi_completion_wait() 648 amdvi_assign_orq(s, AMDVI_MMIO_STATUS, AMDVI_MMIO_STATUS_CMDBUF_RUN); in amdvi_handle_control_write() 650 amdvi_assign_andq(s, AMDVI_MMIO_STATUS, ~AMDVI_MMIO_STATUS_CMDBUF_RUN); in amdvi_handle_control_write() 653 amdvi_assign_orq(s, AMDVI_MMIO_STATUS, AMDVI_MMIO_STATUS_EVT_RUN); in amdvi_handle_control_write() 655 amdvi_assign_andq(s, AMDVI_MMIO_STATUS, ~AMDVI_MMIO_STATUS_EVT_RUN); in amdvi_handle_control_write() 1560 amdvi_set_quad(s, AMDVI_MMIO_STATUS, 0, 0x98, 0x67); in amdvi_init()
|
H A D | amd_iommu.h | 62 #define AMDVI_MMIO_STATUS 0x2020 macro
|