Searched refs:fd_get_dma_residue (Results 1 - 7 of 7) sorted by relevance

/linux-master/arch/mips/include/asm/mach-generic/
H A Dfloppy.h81 static inline int fd_get_dma_residue(void) function
/linux-master/arch/mips/include/asm/mach-jazz/
H A Dfloppy.h75 static inline int fd_get_dma_residue(void) function
/linux-master/arch/m68k/include/asm/
H A Dfloppy.h101 #define fd_get_dma_residue() vdma_get_dma_residue(FLOPPY_DMA) macro
/linux-master/arch/powerpc/include/asm/
H A Dfloppy.h25 #define fd_get_dma_residue() fd_ops->_get_dma_residue(FLOPPY_DMA) macro
/linux-master/arch/parisc/include/asm/
H A Dfloppy.h40 #define fd_get_dma_residue() SW._get_dma_residue(FLOPPY_DMA) macro
/linux-master/arch/x86/include/asm/
H A Dfloppy.h42 #define fd_get_dma_residue() SW._get_dma_residue(FLOPPY_DMA) macro
/linux-master/drivers/block/
H A Dfloppy.c263 #ifndef fd_get_dma_residue
264 #define fd_get_dma_residue() get_dma_residue(FLOPPY_DMA) macro
3002 raw_cmd->length = fd_get_dma_residue();

Completed in 207 milliseconds