Home
last modified time | relevance | path

Searched refs:DMA_GSTS_TES (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/include/linux/
Dintel-iommu.h193 #define DMA_GSTS_TES (((u32)1) << 31) macro
/linux-4.4.14/drivers/iommu/
Dintel-iommu.c560 if (gsts & DMA_GSTS_TES) in init_translation_status()
1595 readl, (sts & DMA_GSTS_TES), sts); in iommu_enable_translation()
1611 readl, (!(sts & DMA_GSTS_TES)), sts); in iommu_disable_translation()
Ddmar.c1060 if (sts & DMA_GSTS_TES) in alloc_iommu()