Home
last modified time | relevance | path

Searched refs:fd_free_dma (Results 1 – 11 of 11) sorted by relevance

/linux-6.1.9/arch/mips/include/asm/mach-generic/
Dfloppy.h56 static inline void fd_free_dma(void) in fd_free_dma() function
/linux-6.1.9/arch/arm/include/asm/
Dfloppy.h45 #define fd_free_dma() free_dma(DMA_FLOPPY) macro
/linux-6.1.9/arch/mips/include/asm/mach-jazz/
Dfloppy.h52 static inline void fd_free_dma(void) in fd_free_dma() function
/linux-6.1.9/arch/alpha/include/asm/
Dfloppy.h20 #define fd_free_dma() free_dma(FLOPPY_DMA) macro
/linux-6.1.9/arch/m68k/include/asm/
Dfloppy.h108 #define fd_free_dma() /* nothing */ macro
/linux-6.1.9/arch/powerpc/include/asm/
Dfloppy.h21 #define fd_free_dma() fd_ops->_free_dma(FLOPPY_DMA) macro
/linux-6.1.9/arch/parisc/include/asm/
Dfloppy.h36 #define fd_free_dma() CSW._free_dma(FLOPPY_DMA) macro
/linux-6.1.9/arch/x86/include/asm/
Dfloppy.h38 #define fd_free_dma() CSW._free_dma(FLOPPY_DMA) macro
/linux-6.1.9/arch/sparc/include/asm/
Dfloppy_32.h67 #define fd_free_dma() /* nothing... */ macro
Dfloppy_64.h71 #define fd_free_dma() /* nothing... */ macro
/linux-6.1.9/drivers/block/
Dfloppy.c4883 fd_free_dma(); in floppy_grab_irq_and_dma()
4905 fd_free_dma(); in floppy_release_irq_and_dma()