tag | line | file | source code |
dma_residue | 249 | drivers/char/ftape/fdc-isr.c | unsigned dma_residue; |
dma_residue | 254 | drivers/char/ftape/fdc-isr.c | dma_residue = get_dma_residue(fdc.dma); |
dma_residue | 256 | drivers/char/ftape/fdc-isr.c | nr_xferred = buff->sector_count * SECTOR_SIZE - dma_residue; |
dma_residue | 257 | drivers/char/ftape/fdc-isr.c | if (cause == no_error && dma_residue == 0) { |
dma_residue | 261 | drivers/char/ftape/fdc-isr.c | TRACEx1(4, "unexpected DMA residue: 0x%04x", dma_residue); |
dma_residue | 263 | drivers/char/ftape/fdc-isr.c | TRACEx1(6, "DMA residue = 0x%04x", dma_residue); |
dma_residue | 265 | drivers/char/ftape/fdc-isr.c | nr_not_xferred = ((dma_residue + (SECTOR_SIZE - 1)) / SECTOR_SIZE); |