Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/iommu/
H A Ddma-iommu.c449 static int dma_info_to_prot(enum dma_data_direction dir, bool coherent, in dma_info_to_prot() function
667 int ioprot = dma_info_to_prot(DMA_BIDIRECTIONAL, coherent, attrs); in iommu_dma_alloc_remap()
808 int prot = dma_info_to_prot(dir, coherent, attrs); in iommu_dma_map_page()
915 int prot = dma_info_to_prot(dir, dev_is_dma_coherent(dev), attrs); in iommu_dma_map_sg()
1014 dma_info_to_prot(dir, false, attrs) | IOMMU_MMIO, in iommu_dma_map_resource()
1103 int ioprot = dma_info_to_prot(DMA_BIDIRECTIONAL, coherent, attrs); in iommu_dma_alloc()