Home
last modified time | relevance | path

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

/drivers/gpu/drm/msm/
A Dmsm_iommu.c48 unsigned int pgsize_idx, pgsize_idx_next; in calc_pgsize() local
74 pgsize_idx_next = __ffs(pgsizes); in calc_pgsize()
75 pgsize_next = BIT(pgsize_idx_next); in calc_pgsize()
/drivers/iommu/
A Diommu.c2406 unsigned int pgsize_idx, pgsize_idx_next; in iommu_pgsize() local
2433 pgsize_idx_next = __ffs(pgsizes); in iommu_pgsize()
2434 pgsize_next = BIT(pgsize_idx_next); in iommu_pgsize()

Completed in 14 milliseconds