Home
last modified time | relevance | path

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

/arch/sparc/kernel/
Dioport.c59 static inline void dma_make_coherent(unsigned long pa, unsigned long len) in dma_make_coherent() function
514 dma_make_coherent(ba, n); in pci32_free_coherent()
538 dma_make_coherent(ba, PAGE_ALIGN(size)); in pci32_unmap_page()
584 dma_make_coherent(sg_phys(sg), PAGE_ALIGN(sg->length)); in pci32_unmap_sg()
603 dma_make_coherent(ba, PAGE_ALIGN(size)); in pci32_sync_single_for_cpu()
611 dma_make_coherent(ba, PAGE_ALIGN(size)); in pci32_sync_single_for_device()
629 dma_make_coherent(sg_phys(sg), PAGE_ALIGN(sg->length)); in pci32_sync_sg_for_cpu()
642 dma_make_coherent(sg_phys(sg), PAGE_ALIGN(sg->length)); in pci32_sync_sg_for_device()