Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/iommu/
H A Dtegra-smmu.c126 #define SMMU_NUM_PTE 1024 macro
129 #define SMMU_SIZE_PT (SMMU_NUM_PTE * 4)
162 return (iova >> SMMU_PTE_SHIFT) & (SMMU_NUM_PTE - 1); in iova_pt_index()