Searched refs:__dma_sync (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/mm/
H A Ddma-default.c115 static inline void __dma_sync(unsigned long addr, size_t size, function
142 __dma_sync(addr, size, direction);
153 __dma_sync(dma_addr_to_virt(dma_addr), size,
173 __dma_sync(addr + sg->offset, sg->length, direction);
231 __dma_sync(addr + sg->offset, sg->length,
249 __dma_sync(addr, size, direction);
264 __dma_sync(addr, size, direction);
279 __dma_sync(addr + offset, size, direction);
294 __dma_sync(addr + offset, size, direction);
310 __dma_sync((unsigne
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-powerpc/
H A Ddma-mapping.h30 extern void __dma_sync(void *vaddr, size_t size, int direction);
41 #define __dma_sync(addr, size, rw) ((void)0) macro
248 __dma_sync(ptr, size, direction);
298 __dma_sync(bus_to_virt(dma_handle), size, direction);
306 __dma_sync(bus_to_virt(dma_handle), size, direction);
385 __dma_sync(vaddr, size, (int)direction);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/lib/
H A Ddma-noncoherent.c343 void __dma_sync(void *vaddr, size_t size, int direction) function
362 EXPORT_SYMBOL(__dma_sync); variable
368 * in order to have a virtual address for __dma_sync(). This must
390 __dma_sync((void *)start, seg_size, direction);
407 * __dma_sync_page makes memory consistent. identical to __dma_sync, but
417 __dma_sync((void *)start, size, direction);

Completed in 104 milliseconds