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

/linux-master/drivers/iommu/intel/
H A Dirq_remapping.c105 if (gsts & DMA_GSTS_IRES)
505 readl, (sts & DMA_GSTS_IRES), sts);
677 if (!(sts & DMA_GSTS_IRES))
684 readl, !(sts & DMA_GSTS_IRES), sts);
H A Ddebugfs.c613 if (iommu->ir_table && (sts & DMA_GSTS_IRES)) {
H A Diommu.h296 #define DMA_GSTS_IRES (((u32)1) << 25) macro
H A Ddmar.c1113 if (sts & DMA_GSTS_IRES)

Completed in 109 milliseconds