Searched refs:fd_get_dma_residue (Results 1 – 7 of 7) sorted by relevance
82 static inline int fd_get_dma_residue(void) in fd_get_dma_residue() function
76 static inline int fd_get_dma_residue(void) in fd_get_dma_residue() function
101 #define fd_get_dma_residue() vdma_get_dma_residue(FLOPPY_DMA) macro
25 #define fd_get_dma_residue() fd_ops->_get_dma_residue(FLOPPY_DMA) macro
53 #define fd_get_dma_residue() SW._get_dma_residue(FLOPPY_DMA) macro
42 #define fd_get_dma_residue() SW._get_dma_residue(FLOPPY_DMA) macro
264 #ifndef fd_get_dma_residue265 #define fd_get_dma_residue() get_dma_residue(FLOPPY_DMA) macro3038 raw_cmd->length = fd_get_dma_residue(); in raw_cmd_done()