Home
last modified time | relevance | path

Searched refs:vdma_get_residue (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/include/asm-mips/
Djazzdma.h24 extern int vdma_get_residue(int channel);
/linux-2.4.37.9/arch/mips/jazz/
Dfloppy-jazz.c80 return vdma_get_residue(JAZZ_FLOPPY_DMA); in jazz_fd_get_dma_residue()
Djazzdma.c513 int vdma_get_residue(int channel) in vdma_get_residue() function
/linux-2.4.37.9/drivers/scsi/
Djazz_esp.c164 esp->esp_id, vdma_get_enable((int)esp->dregs), vdma_get_residue((int)esp->dregs))); in dma_dump_state()