Home
last modified time | relevance | path

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

/openbmc/linux/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()