Home
last modified time | relevance | path

Searched refs:FLOPPY_DMA (Results 1 – 2 of 2) sorted by relevance

/linux/arch/mips/include/asm/mach-generic/
H A Dfloppy.h43 enable_dma(FLOPPY_DMA); in fd_enable_dma()
48 disable_dma(FLOPPY_DMA); in fd_disable_dma()
53 return request_dma(FLOPPY_DMA, "floppy"); in fd_request_dma()
58 free_dma(FLOPPY_DMA); in fd_free_dma()
63 clear_dma_ff(FLOPPY_DMA); in fd_clear_dma_ff()
68 set_dma_mode(FLOPPY_DMA, mode); in fd_set_dma_mode()
73 set_dma_addr(FLOPPY_DMA, (unsigned long) addr); in fd_set_dma_addr()
78 set_dma_count(FLOPPY_DMA, count); in fd_set_dma_count()
83 return get_dma_residue(FLOPPY_DMA); in fd_get_dma_residue()
/linux/drivers/block/
H A Dfloppy.c206 static int FLOPPY_DMA = 2; variable
260 #define fd_get_dma_residue() get_dma_residue(FLOPPY_DMA)
4378 {"dma", NULL, &FLOPPY_DMA, 2, 0},
4845 FLOPPY_DMA); in floppy_grab_irq_and_dma()
5008 module_param(FLOPPY_DMA, int, 0);