Searched refs:__dma_sync_page (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/kernel/
H A Ddma.c24 static inline void __dma_sync_page(unsigned long paddr, unsigned long offset, function
92 __dma_sync_page(page_to_phys(sg_page(sg)), sg->offset,
117 __dma_sync_page(page_to_phys(page), offset, size, direction);
129 * phys_to_virt is here because in __dma_sync_page is __virt_to_phys and
132 __dma_sync_page(dma_address, 0 , size, direction);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Ddma.c74 __dma_sync_page(sg_page(sg), sg->offset, sg->length, direction);
106 __dma_sync_page(page, offset, size, dir);
127 __dma_sync_page(sg_page(sg), sg->offset, sg->length, direction);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Ddma-mapping.h43 extern void __dma_sync_page(struct page *page, unsigned long offset,
54 #define __dma_sync_page(pg, off, sz, rw) ((void)0) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/mm/
H A Ddma-noncoherent.c347 * __dma_sync_page() implementation for systems using highmem.
388 * __dma_sync_page makes memory consistent. identical to __dma_sync, but
391 void __dma_sync_page(struct page *page, unsigned long offset, function
401 EXPORT_SYMBOL(__dma_sync_page); variable

Completed in 161 milliseconds