Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/iommu/intel/
H A Dirq_remapping.c101 if (gsts & DMA_GSTS_IRES) in init_ir_status()
518 readl, (sts & DMA_GSTS_IRES), sts); in iommu_enable_irq_remapping()
695 if (!(sts & DMA_GSTS_IRES)) in iommu_disable_irq_remapping()
702 readl, !(sts & DMA_GSTS_IRES), sts); in iommu_disable_irq_remapping()
H A Ddebugfs.c506 if (iommu->ir_table && (sts & DMA_GSTS_IRES)) { in ir_translation_struct_show()
H A Ddmar.c1116 if (sts & DMA_GSTS_IRES) in alloc_iommu()
/OK3568_Linux_fs/kernel/include/linux/
H A Dintel-iommu.h254 #define DMA_GSTS_IRES (((u32)1) << 25) macro