FLOPPY_DMA         17 arch/alpha/include/asm/floppy.h #define fd_enable_dma()         enable_dma(FLOPPY_DMA)
FLOPPY_DMA         18 arch/alpha/include/asm/floppy.h #define fd_disable_dma()        disable_dma(FLOPPY_DMA)
FLOPPY_DMA         19 arch/alpha/include/asm/floppy.h #define fd_request_dma()        request_dma(FLOPPY_DMA,"floppy")
FLOPPY_DMA         20 arch/alpha/include/asm/floppy.h #define fd_free_dma()           free_dma(FLOPPY_DMA)
FLOPPY_DMA         21 arch/alpha/include/asm/floppy.h #define fd_clear_dma_ff()       clear_dma_ff(FLOPPY_DMA)
FLOPPY_DMA         22 arch/alpha/include/asm/floppy.h #define fd_set_dma_mode(mode)   set_dma_mode(FLOPPY_DMA,mode)
FLOPPY_DMA         23 arch/alpha/include/asm/floppy.h #define fd_set_dma_addr(addr)   set_dma_addr(FLOPPY_DMA,virt_to_bus(addr))
FLOPPY_DMA         24 arch/alpha/include/asm/floppy.h #define fd_set_dma_count(count) set_dma_count(FLOPPY_DMA,count)
FLOPPY_DMA         65 arch/alpha/include/asm/floppy.h 	set_dma_addr(FLOPPY_DMA, bus_addr);
FLOPPY_DMA        100 arch/m68k/include/asm/floppy.h #define fd_request_dma()        vdma_request_dma(FLOPPY_DMA,"floppy")
FLOPPY_DMA        101 arch/m68k/include/asm/floppy.h #define fd_get_dma_residue()    vdma_get_dma_residue(FLOPPY_DMA)
FLOPPY_DMA         44 arch/mips/include/asm/mach-generic/floppy.h 	enable_dma(FLOPPY_DMA);
FLOPPY_DMA         49 arch/mips/include/asm/mach-generic/floppy.h 	disable_dma(FLOPPY_DMA);
FLOPPY_DMA         54 arch/mips/include/asm/mach-generic/floppy.h 	return request_dma(FLOPPY_DMA, "floppy");
FLOPPY_DMA         59 arch/mips/include/asm/mach-generic/floppy.h 	free_dma(FLOPPY_DMA);
FLOPPY_DMA         64 arch/mips/include/asm/mach-generic/floppy.h 	clear_dma_ff(FLOPPY_DMA);
FLOPPY_DMA         69 arch/mips/include/asm/mach-generic/floppy.h 	set_dma_mode(FLOPPY_DMA, mode);
FLOPPY_DMA         74 arch/mips/include/asm/mach-generic/floppy.h 	set_dma_addr(FLOPPY_DMA, (unsigned long) addr);
FLOPPY_DMA         79 arch/mips/include/asm/mach-generic/floppy.h 	set_dma_count(FLOPPY_DMA, count);
FLOPPY_DMA         84 arch/mips/include/asm/mach-generic/floppy.h 	return get_dma_residue(FLOPPY_DMA);
FLOPPY_DMA         35 arch/parisc/include/asm/floppy.h #define fd_request_dma()        CSW._request_dma(FLOPPY_DMA,"floppy")
FLOPPY_DMA         36 arch/parisc/include/asm/floppy.h #define fd_free_dma()           CSW._free_dma(FLOPPY_DMA)
FLOPPY_DMA         40 arch/parisc/include/asm/floppy.h #define fd_get_dma_residue()    SW._get_dma_residue(FLOPPY_DMA)
FLOPPY_DMA        121 arch/parisc/include/asm/floppy.h 		disable_dma(FLOPPY_DMA);
FLOPPY_DMA        215 arch/parisc/include/asm/floppy.h 	clear_dma_ff(FLOPPY_DMA);
FLOPPY_DMA        216 arch/parisc/include/asm/floppy.h 	set_dma_mode(FLOPPY_DMA,mode);
FLOPPY_DMA        217 arch/parisc/include/asm/floppy.h 	set_dma_addr(FLOPPY_DMA,virt_to_bus(addr));
FLOPPY_DMA        218 arch/parisc/include/asm/floppy.h 	set_dma_count(FLOPPY_DMA,size);
FLOPPY_DMA        219 arch/parisc/include/asm/floppy.h 	enable_dma(FLOPPY_DMA);
FLOPPY_DMA         19 arch/powerpc/include/asm/floppy.h #define fd_enable_dma()         enable_dma(FLOPPY_DMA)
FLOPPY_DMA         20 arch/powerpc/include/asm/floppy.h #define fd_disable_dma()	 fd_ops->_disable_dma(FLOPPY_DMA)
FLOPPY_DMA         21 arch/powerpc/include/asm/floppy.h #define fd_free_dma()           fd_ops->_free_dma(FLOPPY_DMA)
FLOPPY_DMA         22 arch/powerpc/include/asm/floppy.h #define fd_clear_dma_ff()       clear_dma_ff(FLOPPY_DMA)
FLOPPY_DMA         23 arch/powerpc/include/asm/floppy.h #define fd_set_dma_mode(mode)   set_dma_mode(FLOPPY_DMA, mode)
FLOPPY_DMA         24 arch/powerpc/include/asm/floppy.h #define fd_set_dma_count(count) set_dma_count(FLOPPY_DMA, count)
FLOPPY_DMA         25 arch/powerpc/include/asm/floppy.h #define fd_get_dma_residue()    fd_ops->_get_dma_residue(FLOPPY_DMA)
FLOPPY_DMA        155 arch/powerpc/include/asm/floppy.h 	set_dma_addr(FLOPPY_DMA, bus_addr);
FLOPPY_DMA        187 arch/powerpc/include/asm/floppy.h 		return request_dma(FLOPPY_DMA, "floppy");
FLOPPY_DMA         37 arch/x86/include/asm/floppy.h #define fd_request_dma()	CSW._request_dma(FLOPPY_DMA, "floppy")
FLOPPY_DMA         38 arch/x86/include/asm/floppy.h #define fd_free_dma()		CSW._free_dma(FLOPPY_DMA)
FLOPPY_DMA         42 arch/x86/include/asm/floppy.h #define fd_get_dma_residue()	SW._get_dma_residue(FLOPPY_DMA)
FLOPPY_DMA        122 arch/x86/include/asm/floppy.h 		disable_dma(FLOPPY_DMA);
FLOPPY_DMA        216 arch/x86/include/asm/floppy.h 	clear_dma_ff(FLOPPY_DMA);
FLOPPY_DMA        217 arch/x86/include/asm/floppy.h 	set_dma_mode(FLOPPY_DMA, mode);
FLOPPY_DMA        218 arch/x86/include/asm/floppy.h 	set_dma_addr(FLOPPY_DMA, isa_virt_to_bus(addr));
FLOPPY_DMA        219 arch/x86/include/asm/floppy.h 	set_dma_count(FLOPPY_DMA, size);
FLOPPY_DMA        220 arch/x86/include/asm/floppy.h 	enable_dma(FLOPPY_DMA);
FLOPPY_DMA        210 drivers/block/floppy.c static int FLOPPY_DMA = 2;
FLOPPY_DMA        266 drivers/block/floppy.c #define fd_get_dma_residue() get_dma_residue(FLOPPY_DMA)
FLOPPY_DMA       4399 drivers/block/floppy.c 	{"dma", NULL, &FLOPPY_DMA, 2, 0},
FLOPPY_DMA       4829 drivers/block/floppy.c 		       FLOPPY_DMA);
FLOPPY_DMA       4997 drivers/block/floppy.c module_param(FLOPPY_DMA, int, 0);