Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/iommu/
Dsun50i-iommu.c171 static u32 sun50i_iova_get_pte_index(dma_addr_t iova) in sun50i_iova_get_pte_index() function
619 pte_index = sun50i_iova_get_pte_index(iova); in sun50i_iommu_map()
651 pte_addr = (u32 *)phys_to_virt(pt_phys) + sun50i_iova_get_pte_index(iova); in sun50i_iommu_unmap()
676 pte = page_table[sun50i_iova_get_pte_index(iova)]; in sun50i_iommu_iova_to_phys()