Home
last modified time | relevance | path

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

/openbmc/linux/arch/alpha/include/asm/
H A Dfloppy.h17 #define fd_enable_dma() enable_dma(FLOPPY_DMA) macro
69 fd_enable_dma(); in alpha_fd_dma_setup()
/openbmc/linux/arch/sparc/include/asm/
H A Dfloppy_64.h53 void (*fd_enable_dma) (void); member
68 #define fd_enable_dma() sun_fdops.fd_enable_dma() macro
631 sun_fdops.fd_enable_dma = sun_pci_fd_enable_dma; in sun_floppy_init()
744 sun_fdops.fd_enable_dma = sun_fd_enable_dma; in sun_floppy_init()
H A Dfloppy_32.h64 #define fd_enable_dma() sun_fd_enable_dma() macro
/openbmc/linux/arch/powerpc/include/asm/
H A Dfloppy.h19 #define fd_enable_dma() enable_dma(FLOPPY_DMA) macro
161 fd_enable_dma(); in hard_dma_setup()
/openbmc/linux/arch/mips/include/asm/mach-generic/
H A Dfloppy.h41 static inline void fd_enable_dma(void) in fd_enable_dma() function
/openbmc/linux/arch/mips/include/asm/mach-jazz/
H A Dfloppy.h37 static inline void fd_enable_dma(void) in fd_enable_dma() function
/openbmc/linux/drivers/block/
H A Dfloppy.c1105 fd_enable_dma(); in setup_DMA()