Searched refs:pgsize_idx (Results 1 – 1 of 1) sorted by relevance
1283 unsigned int pgsize_idx; in iommu_pgsize() local1287 pgsize_idx = __fls(size); in iommu_pgsize()1293 pgsize_idx = min(pgsize_idx, align_pgsize_idx); in iommu_pgsize()1297 pgsize = (1UL << (pgsize_idx + 1)) - 1; in iommu_pgsize()1306 pgsize_idx = __fls(pgsize); in iommu_pgsize()1307 pgsize = 1UL << pgsize_idx; in iommu_pgsize()