Home
last modified time | relevance | path

Searched refs:pgsize_idx (Results 1 - 1 of 1) sorted by relevance

/device/soc/rockchip/common/sdk_linux/drivers/iommu/
H A Diommu.c2401 unsigned int pgsize_idx, pgsize_idx_next; in iommu_pgsize() local
2414 pgsize_idx = __fls(pgsizes); in iommu_pgsize()
2415 pgsize = BIT(pgsize_idx); in iommu_pgsize()
2420 pgsizes = domain->pgsize_bitmap & ~GENMASK(pgsize_idx, 0); in iommu_pgsize()
2444 *count = size >> pgsize_idx; in iommu_pgsize()

Completed in 5 milliseconds