Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/drivers/iommu/
H A Ddma-iommu.c544 static dma_addr_t iommu_dma_map_ext(struct device *dev, phys_addr_t phys, size_t size, int prot, u64 dma_mask) in iommu_dma_map_ext() function
805 dma_handle = iommu_dma_map_ext(dev, phys, size, prot, dma_get_mask(dev)); in iommu_dma_map_page()
1020 return iommu_dma_map_ext(dev, phys, size, dma_info_to_prot(dir, false, attrs) | IOMMU_MMIO, dma_get_mask(dev)); in iommu_dma_map_resource()
1130 *handle = iommu_dma_map_ext(dev, page_to_phys(page), size, ioprot, dev->coherent_dma_mask); in iommu_dma_alloc()

Completed in 5 milliseconds