Home
last modified time | relevance | path

Searched refs:SMMU_PDE_SHIFT (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/iommu/
H A Dtegra-smmu.c131 #define SMMU_PDE_SHIFT 22 macro
157 return (iova >> SMMU_PDE_SHIFT) & (SMMU_NUM_PDE - 1); in iova_pd_index()
/kernel/linux/linux-6.6/drivers/iommu/
H A Dtegra-smmu.c132 #define SMMU_PDE_SHIFT 22 macro
158 return (iova >> SMMU_PDE_SHIFT) & (SMMU_NUM_PDE - 1); in iova_pd_index()

Completed in 5 milliseconds