Home
last modified time | relevance | path

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

/linux/drivers/iommu/
H A Dtegra-smmu.c132 #define SMMU_NUM_PTE 1024 macro
135 #define SMMU_SIZE_PT (SMMU_NUM_PTE * 4)
166 u32 val[SMMU_NUM_PTE];
176 return (iova >> SMMU_PTE_SHIFT) & (SMMU_NUM_PTE - 1); in iova_pt_index()