Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/kernel/
Ddma-iommu.c76 int dma_iommu_dma_supported(struct device *dev, u64 mask) in dma_iommu_dma_supported() function
114 .dma_supported = dma_iommu_dma_supported,
Ddma.c300 !dma_iommu_dma_supported(dev, mask)) in dma_set_coherent_mask()
/linux-4.4.14/arch/powerpc/include/asm/
Diommu.h147 extern int dma_iommu_dma_supported(struct device *dev, u64 mask);
240 static inline int dma_iommu_dma_supported(struct device *dev, u64 mask) in dma_iommu_dma_supported() function