Home
last modified time | relevance | path

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

/linux/drivers/iommu/
H A Dsun50i-iommu.c80 #define IOMMU_INT_MASTER_MASK (IOMMU_INT_MASTER_PERMISSION(0) | \ macro
88 IOMMU_INT_MASTER_MASK)
889 master = ilog2(blame & IOMMU_INT_MASTER_MASK); in sun50i_iommu_handle_pt_irq()
912 master = ilog2(blame & IOMMU_INT_MASTER_MASK); in sun50i_iommu_handle_perm_irq()
985 resets = (status | l1_status | l2_status) & IOMMU_INT_MASTER_MASK; in sun50i_iommu_irq()