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

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

Completed in 147 milliseconds