Searched refs:__dma_alloc_coherent (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.h28 extern void *__dma_alloc_coherent(size_t size, dma_addr_t *handle, gfp_t gfp);
39 #define __dma_alloc_coherent(gfp, size, handle) NULL macro
211 return __dma_alloc_coherent(size, dma_handle, gfp);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/lib/
H A Ddma-noncoherent.c151 __dma_alloc_coherent(size_t size, dma_addr_t *handle, gfp_t gfp) function
235 EXPORT_SYMBOL(__dma_alloc_coherent); variable

Completed in 45 milliseconds