Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iommu/
H A Dtegra-smmu.c127 #define SMMU_NUM_PTE 1024 macro
130 #define SMMU_SIZE_PT (SMMU_NUM_PTE * 4)
163 return (iova >> SMMU_PTE_SHIFT) & (SMMU_NUM_PTE - 1); in iova_pt_index()