Home
last modified time | relevance | path

Searched defs:fd_dma_mem_free (Results 1 – 6 of 6) sorted by relevance

/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/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/m68k/include/asm/
H A Dfloppy.h154 #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/parisc/include/asm/
H A Dfloppy.h176 #define fd_dma_mem_free(addr, size) _fd_dma_mem_free(addr, size) macro
/openbmc/linux/drivers/block/
H A Dfloppy.c270 #define fd_dma_mem_free(addr, size) free_pages(addr, get_order(size)) macro