Searched refs:arch_dma_unmap_phys_direct (Results 1 – 3 of 3) sorted by relevance
393 bool arch_dma_unmap_phys_direct(struct device *dev, dma_addr_t dma_handle);400 #define arch_dma_unmap_phys_direct(d, a) (false) macro
27 bool arch_dma_unmap_phys_direct(struct device *dev, dma_addr_t dma_handle) in arch_dma_unmap_phys_direct() function
209 (!is_mmio && arch_dma_unmap_phys_direct(dev, addr + size))) in dma_unmap_phys()