Home
last modified time | relevance | path

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

/linux-4.4.14/arch/sparc/kernel/
Dioport.c58 static inline void dma_make_coherent(unsigned long pa, unsigned long len) in dma_make_coherent() function
507 dma_make_coherent(ba, n); in pci32_free_coherent()
531 dma_make_coherent(ba, PAGE_ALIGN(size)); in pci32_unmap_page()
577 dma_make_coherent(sg_phys(sg), PAGE_ALIGN(sg->length)); in pci32_unmap_sg()
596 dma_make_coherent(ba, PAGE_ALIGN(size)); in pci32_sync_single_for_cpu()
604 dma_make_coherent(ba, PAGE_ALIGN(size)); in pci32_sync_single_for_device()
622 dma_make_coherent(sg_phys(sg), PAGE_ALIGN(sg->length)); in pci32_sync_sg_for_cpu()
635 dma_make_coherent(sg_phys(sg), PAGE_ALIGN(sg->length)); in pci32_sync_sg_for_device()