Home
last modified time | relevance | path

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

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