Home
last modified time | relevance | path

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

/linux/drivers/iommu/
H A Dtegra-smmu.c134 #define SMMU_PDE_SHIFT 22 macro
160 return (iova >> SMMU_PDE_SHIFT) & (SMMU_NUM_PDE - 1); in iova_pd_index()