Home
last modified time | relevance | path

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

/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/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/alpha/include/asm/
H A Dfloppy.h17 #define fd_enable_dma() enable_dma(FLOPPY_DMA) macro
/openbmc/linux/arch/powerpc/include/asm/
H A Dfloppy.h19 #define fd_enable_dma() enable_dma(FLOPPY_DMA) macro
/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
H A Dfloppy_32.h64 #define fd_enable_dma() sun_fd_enable_dma() macro