Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/drivers/iommu/
H A Ddma-iommu.c433 * dma_info_to_prot - Translate DMA API directions and attributes to IOMMU API
441 static int dma_info_to_prot(enum dma_data_direction dir, bool coherent, unsigned long attrs) in dma_info_to_prot() function
660 int ioprot = dma_info_to_prot(DMA_BIDIRECTIONAL, coherent, attrs); in iommu_dma_alloc_remap()
802 int prot = dma_info_to_prot(dir, coherent, attrs); in iommu_dma_map_page()
914 int prot = dma_info_to_prot(dir, dev_is_dma_coherent(dev), attrs); in iommu_dma_map_sg()
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()
1111 int ioprot = dma_info_to_prot(DMA_BIDIRECTIONAL, coherent, attrs); in iommu_dma_alloc()

Completed in 3 milliseconds