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 D | floppy.h | 125 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 D | floppy.h | 117 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 D | floppy.h | 154 #define fd_dma_mem_free(addr,size) _fd_dma_mem_free(addr, size) macro
|
/linux-4.1.27/arch/x86/include/asm/ |
H A D | floppy.h | 176 #define fd_dma_mem_free(addr, size) _fd_dma_mem_free(addr, size) macro
|
/linux-4.1.27/arch/parisc/include/asm/ |
H A D | floppy.h | 188 #define fd_dma_mem_free(addr, size) _fd_dma_mem_free(addr, size) macro
|
/linux-4.1.27/arch/sparc/include/asm/ |
H A D | floppy_32.h | 78 #define fd_dma_mem_free(addr,size) (vfree((void *)(addr)))
|
/linux-4.1.27/drivers/block/ |
H A D | floppy.c | 269 #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