Home
last modified time | relevance | path

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

/drivers/iommu/
Dtegra-smmu.c193 #define SMMU_PTBL_COUNT 1024 macro
194 #define SMMU_PTBL_SIZE (sizeof(unsigned long) * SMMU_PTBL_COUNT)
537 addr += SMMU_PAGE_SIZE * SMMU_PTBL_COUNT; in free_pdir()
581 for (pn = 0; pn < SMMU_PTBL_COUNT; in locate_pte()
594 return &ptbl[ptn % SMMU_PTBL_COUNT]; in locate_pte()