Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/include/asm/mach-generic/
H A Dfloppy.h120 static inline void fd_dma_mem_free(unsigned long addr, unsigned long size) in fd_dma_mem_free() function
/openbmc/linux/arch/mips/include/asm/mach-jazz/
H A Dfloppy.h116 static inline void fd_dma_mem_free(unsigned long addr, unsigned long size) in fd_dma_mem_free() function
/openbmc/linux/arch/m68k/include/asm/
H A Dfloppy.h154 #define fd_dma_mem_free(addr,size) _fd_dma_mem_free(addr, size) macro
/openbmc/linux/arch/parisc/include/asm/
H A Dfloppy.h176 #define fd_dma_mem_free(addr, size) _fd_dma_mem_free(addr, size) macro
/openbmc/linux/arch/x86/include/asm/
H A Dfloppy.h176 #define fd_dma_mem_free(addr, size) _fd_dma_mem_free(addr, size) macro
/openbmc/linux/arch/sparc/include/asm/
H A Dfloppy_32.h78 #define fd_dma_mem_free(addr,size) (vfree((void *)(addr)))
/openbmc/linux/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
3072 fd_dma_mem_free((unsigned long)this->kernel_data, in raw_cmd_free()
4035 fd_dma_mem_free((unsigned long)tmp, try * 1024); in floppy_open()
4922 fd_dma_mem_free(tmpaddr, tmpsize); in floppy_release_irq_and_dma()