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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/mach-generic/
H A Dfloppy.h126 static inline void fd_dma_mem_free(unsigned long addr, unsigned long size) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/mach-jazz/
H A Dfloppy.h118 static inline void fd_dma_mem_free(unsigned long addr, unsigned long size) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/include/asm/
H A Dfloppy.h188 #define fd_dma_mem_free(addr, size) _fd_dma_mem_free(addr, size) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Dfloppy.h154 #define fd_dma_mem_free(addr,size) _fd_dma_mem_free(addr, size) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dfloppy.h176 #define fd_dma_mem_free(addr, size) _fd_dma_mem_free(addr, size) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/
H A Dfloppy.c270 #ifndef fd_dma_mem_free
271 #define fd_dma_mem_free(addr, size) free_pages(addr, get_order(size)) macro
3087 fd_dma_mem_free((unsigned long)this->kernel_data,
3683 fd_dma_mem_free((unsigned long)tmp, try * 1024);
4475 fd_dma_mem_free(tmpaddr, tmpsize);

Completed in 230 milliseconds