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

/linux-4.1.27/arch/mips/include/asm/mach-generic/
H A Dfloppy.h125 static inline void fd_dma_mem_free(unsigned long addr, unsigned long size) fd_dma_mem_free() function
/linux-4.1.27/arch/mips/include/asm/mach-jazz/
H A Dfloppy.h117 static inline void fd_dma_mem_free(unsigned long addr, unsigned long size) fd_dma_mem_free() function
/linux-4.1.27/arch/m68k/include/asm/
H A Dfloppy.h154 #define fd_dma_mem_free(addr,size) _fd_dma_mem_free(addr, size) macro
/linux-4.1.27/arch/x86/include/asm/
H A Dfloppy.h176 #define fd_dma_mem_free(addr, size) _fd_dma_mem_free(addr, size) macro
/linux-4.1.27/arch/parisc/include/asm/
H A Dfloppy.h188 #define fd_dma_mem_free(addr, size) _fd_dma_mem_free(addr, size) macro
/linux-4.1.27/arch/sparc/include/asm/
H A Dfloppy_32.h78 #define fd_dma_mem_free(addr,size) (vfree((void *)(addr)))
/linux-4.1.27/drivers/block/
H A Dfloppy.c269 #ifndef fd_dma_mem_free
270 #define fd_dma_mem_free(addr, size) free_pages(addr, get_order(size)) macro
3102 fd_dma_mem_free((unsigned long)this->kernel_data, raw_cmd_free()
3689 fd_dma_mem_free((unsigned long)tmp, try * 1024); floppy_open()
4532 fd_dma_mem_free(tmpaddr, tmpsize); floppy_release_irq_and_dma()

Completed in 139 milliseconds