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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-powerpc/
H A Ddma-mapping.h31 extern void __dma_sync_page(struct page *page, unsigned long offset,
42 #define __dma_sync_page(pg, off, sz, rw) ((void)0) macro
263 __dma_sync_page(page, offset, size, direction);
281 __dma_sync_page(sg->page, sg->offset, sg->length, direction);
318 __dma_sync_page(sg->page, sg->offset, sg->length, direction);
330 __dma_sync_page(sg->page, sg->offset, sg->length, direction);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/lib/
H A Ddma-noncoherent.c366 * __dma_sync_page() implementation for systems using highmem.
407 * __dma_sync_page makes memory consistent. identical to __dma_sync, but
410 void __dma_sync_page(struct page *page, unsigned long offset, function
420 EXPORT_SYMBOL(__dma_sync_page); variable

Completed in 96 milliseconds