Home
last modified time | relevance | path

Searched refs:vdma_alloc (Results 1 – 3 of 3) sorted by relevance

/linux/arch/mips/jazz/
A Djazzdma.c95 unsigned long vdma_alloc(unsigned long paddr, unsigned long size) in vdma_alloc() function
177 EXPORT_SYMBOL(vdma_alloc);
506 *dma_handle = vdma_alloc(virt_to_phys(ret), size); in jazz_dma_alloc()
532 return vdma_alloc(phys, size); in jazz_dma_map_page()
553 sg->dma_address = vdma_alloc(sg_phys(sg), sg->length); in jazz_dma_map_sg()
/linux/arch/mips/include/asm/
A Djazzdma.h11 extern unsigned long vdma_alloc(unsigned long paddr, unsigned long size);
/linux/arch/mips/include/asm/mach-jazz/
A Dfloppy.h111 vdma_alloc(CPHYSADDR(mem), size); /* XXX error checking */ in fd_dma_mem_alloc()

Completed in 5 milliseconds