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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/mach-jazz/
H A Ddma-coherence.h17 return vdma_alloc(virt_to_phys(addr), size);
22 return vdma_alloc(page_to_phys(page), PAGE_SIZE);
H A Dfloppy.h113 vdma_alloc(CPHYSADDR(mem), size);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Djazzdma.h10 extern unsigned long vdma_alloc(unsigned long paddr, unsigned long size);
42 * error code returned by vdma_alloc()
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/jazz/
H A Djazzdma.c7 * on failure of vdma_alloc() one could leave page #0 unused
92 unsigned long vdma_alloc(unsigned long paddr, unsigned long size) function
101 printk("vdma_alloc: Invalid physical address: %08lx\n",
107 printk("vdma_alloc: Invalid size: %08lx\n", size);
153 printk("vdma_alloc: Allocated %d pages starting from %08lx\n",
174 EXPORT_SYMBOL(vdma_alloc); variable
237 printk("vdma_alloc: Invalid size: %08lx\n", size);

Completed in 100 milliseconds