Home
last modified time | relevance | path

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

/linux-4.1.27/arch/alpha/include/asm/
Dfloppy.h17 #define fd_enable_dma() enable_dma(FLOPPY_DMA) macro
70 fd_enable_dma(); in alpha_fd_dma_setup()
/linux-4.1.27/arch/sparc/include/asm/
Dfloppy_64.h51 void (*fd_enable_dma) (void); member
66 #define fd_enable_dma() sun_fdops.fd_enable_dma() macro
626 sun_fdops.fd_enable_dma = sun_pci_fd_enable_dma; in sun_floppy_init()
739 sun_fdops.fd_enable_dma = sun_fd_enable_dma; in sun_floppy_init()
Dfloppy_32.h63 #define fd_enable_dma() sun_fd_enable_dma() macro
/linux-4.1.27/arch/powerpc/include/asm/
Dfloppy.h19 #define fd_enable_dma() enable_dma(FLOPPY_DMA) macro
160 fd_enable_dma(); in hard_dma_setup()
/linux-4.1.27/arch/mips/include/asm/mach-jazz/
Dfloppy.h38 static inline void fd_enable_dma(void) in fd_enable_dma() function
/linux-4.1.27/arch/mips/include/asm/mach-generic/
Dfloppy.h42 static inline void fd_enable_dma(void) in fd_enable_dma() function
/linux-4.1.27/drivers/block/
Dfloppy.c1082 fd_enable_dma(); in setup_DMA()