Searched refs:dma_bytes_done (Results 1 - 1 of 1) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Dtpqic02.c165 static volatile unsigned long dma_bytes_done; variable
1371 virt_to_bus(buffaddr) + dma_bytes_done);
1406 * Normally bytes_todo==dma_bytes_done at the end of a DMA transfer. If not,
1421 dma_bytes_done = 0;
1579 *bytes_done = dma_bytes_done;
1581 ioctl_status.mt_blkno += (dma_bytes_done / TAPE_BLKSIZE);
1678 dma_bytes_done += TAPE_BLKSIZE;
1716 dma_bytes_done += TAPE_BLKSIZE;
1717 if (dma_bytes_done >= dma_bytes_todo) {
1721 TPQPUTS("isr: dma_bytes_done");
[all...]

Completed in 85 milliseconds