tag | line | file | source code |
FLOPPY_DMA | 36 | arch/mips/kernel/tyne-c.c | enable_dma(FLOPPY_DMA); |
FLOPPY_DMA | 41 | arch/mips/kernel/tyne-c.c | disable_dma(FLOPPY_DMA); |
FLOPPY_DMA | 46 | arch/mips/kernel/tyne-c.c | return request_dma(FLOPPY_DMA, "floppy"); |
FLOPPY_DMA | 51 | arch/mips/kernel/tyne-c.c | free_dma(FLOPPY_DMA); |
FLOPPY_DMA | 56 | arch/mips/kernel/tyne-c.c | clear_dma_ff(FLOPPY_DMA); |
FLOPPY_DMA | 61 | arch/mips/kernel/tyne-c.c | return set_dma_mode(FLOPPY_DMA, mode); |
FLOPPY_DMA | 66 | arch/mips/kernel/tyne-c.c | set_dma_addr(FLOPPY_DMA, addr); |
FLOPPY_DMA | 71 | arch/mips/kernel/tyne-c.c | set_dma_count(FLOPPY_DMA, count); |
FLOPPY_DMA | 76 | arch/mips/kernel/tyne-c.c | return get_dma_residue(FLOPPY_DMA); |
FLOPPY_DMA | 119 | drivers/block/floppy.c | static int FLOPPY_DMA=2; |
FLOPPY_DMA | 2801 | drivers/block/floppy.c | raw_cmd->length = get_dma_residue(FLOPPY_DMA); |
FLOPPY_DMA | 3950 | drivers/block/floppy.c | FLOPPY_DMA); |
FLOPPY_DMA | 18 | include/asm-alpha/floppy.h | #define fd_enable_dma() enable_dma(FLOPPY_DMA) |
FLOPPY_DMA | 19 | include/asm-alpha/floppy.h | #define fd_disable_dma() disable_dma(FLOPPY_DMA) |
FLOPPY_DMA | 20 | include/asm-alpha/floppy.h | #define fd_request_dma() request_dma(FLOPPY_DMA,"floppy") |
FLOPPY_DMA | 21 | include/asm-alpha/floppy.h | #define fd_free_dma() free_dma(FLOPPY_DMA) |
FLOPPY_DMA | 22 | include/asm-alpha/floppy.h | #define fd_clear_dma_ff() clear_dma_ff(FLOPPY_DMA) |
FLOPPY_DMA | 23 | include/asm-alpha/floppy.h | #define fd_set_dma_mode(mode) set_dma_mode(FLOPPY_DMA,mode) |
FLOPPY_DMA | 24 | include/asm-alpha/floppy.h | #define fd_set_dma_addr(addr) set_dma_addr(FLOPPY_DMA,addr) |
FLOPPY_DMA | 25 | include/asm-alpha/floppy.h | #define fd_set_dma_count(count) set_dma_count(FLOPPY_DMA,count) |
FLOPPY_DMA | 16 | include/asm-i386/floppy.h | #define fd_enable_dma() enable_dma(FLOPPY_DMA) |
FLOPPY_DMA | 17 | include/asm-i386/floppy.h | #define fd_disable_dma() disable_dma(FLOPPY_DMA) |
FLOPPY_DMA | 18 | include/asm-i386/floppy.h | #define fd_request_dma() request_dma(FLOPPY_DMA,"floppy") |
FLOPPY_DMA | 19 | include/asm-i386/floppy.h | #define fd_free_dma() free_dma(FLOPPY_DMA) |
FLOPPY_DMA | 20 | include/asm-i386/floppy.h | #define fd_clear_dma_ff() clear_dma_ff(FLOPPY_DMA) |
FLOPPY_DMA | 21 | include/asm-i386/floppy.h | #define fd_set_dma_mode(mode) set_dma_mode(FLOPPY_DMA,mode) |
FLOPPY_DMA | 22 | include/asm-i386/floppy.h | #define fd_set_dma_addr(addr) set_dma_addr(FLOPPY_DMA,addr) |
FLOPPY_DMA | 23 | include/asm-i386/floppy.h | #define fd_set_dma_count(count) set_dma_count(FLOPPY_DMA,count) |