tag | line | file | source code |
get_dma_residue | 2890 | drivers/block/floppy.c | raw_cmd.length = get_dma_residue(FLOPPY_DMA); |
get_dma_residue | 1850 | drivers/char/tpqic02.c | if ( (i = get_dma_residue(QIC02_TAPE_DMA)) != 0 ) { |
get_dma_residue | 528 | drivers/net/pi2.c | bytecount = lp->bufsiz - get_dma_residue(lp->dmachan); |
get_dma_residue | 676 | drivers/net/znet.c | printk("Addr: %04x cnt:%3x...", addr<<1, get_dma_residue(zn.tx_dma)); |
get_dma_residue | 345 | drivers/scsi/NCR5380.h | tmp = get_dma_residue(instance->dma_channel); |
get_dma_residue | 292 | drivers/sound/sb16_dsp.c | pos = get_dma_residue (chan); |
get_dma_residue | 349 | drivers/sound/sb16_dsp.c | pos = get_dma_residue (chan); |
get_dma_residue | 499 | drivers/sound/sscape.c | if ((resid = get_dma_residue (devc->dma)) == 0) |