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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mips/include/asm/mach-generic/
H A Dfloppy.h126 static inline void fd_dma_mem_free(unsigned long addr, unsigned long size) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mips/include/asm/mach-jazz/
H A Dfloppy.h118 static inline void fd_dma_mem_free(unsigned long addr, unsigned long size) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/parisc/include/asm/
H A Dfloppy.h188 #define fd_dma_mem_free(addr, size) _fd_dma_mem_free(addr, size) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/m68k/include/asm/
H A Dfloppy.h154 #define fd_dma_mem_free(addr,size) _fd_dma_mem_free(addr, size) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/include/asm/
H A Dfloppy.h176 #define fd_dma_mem_free(addr, size) _fd_dma_mem_free(addr, size) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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 114 milliseconds