Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/msm/
Dmsm_iommu.c38 unsigned int pgsize_idx, pgsize_idx_next; in calc_pgsize() local
64 pgsize_idx_next = __ffs(pgsizes); in calc_pgsize()
65 pgsize_next = BIT(pgsize_idx_next); in calc_pgsize()
/Linux-v6.6/drivers/iommu/
Diommu.c2370 unsigned int pgsize_idx, pgsize_idx_next; in iommu_pgsize() local
2396 pgsize_idx_next = __ffs(pgsizes); in iommu_pgsize()
2397 pgsize_next = BIT(pgsize_idx_next); in iommu_pgsize()