Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/iommu/
Dintel-iommu.c55 #define IS_AZALIA(pdev) ((pdev)->vendor == 0x8086 && (pdev)->device == 0x3a3e) macro
2609 if ((iommu_identity_mapping & IDENTMAP_AZALIA) && IS_AZALIA(pdev)) in iommu_should_identity_map()