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

/drivers/block/
H A Dxd.c101 #define xd_dma_mem_alloc(size) __get_dma_pages(GFP_KERNEL,get_order(size)) macro
207 xd_dma_buffer = (char *)xd_dma_mem_alloc(xd_maxsectors * 0x200);
364 xd_dma_buffer = (char *)xd_dma_mem_alloc(xd_maxsectors * 0x200);
410 xd_dma_buffer = (char *)xd_dma_mem_alloc(xd_maxsectors * 0x200);

Completed in 13 milliseconds