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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Dtpqic02.c1406 * Normally bytes_todo==dma_bytes_done at the end of a DMA transfer. If not,
1411 static int start_dma(short mode, unsigned long bytes_todo) argument
1412 /* assume 'bytes_todo'>0 */
1422 dma_bytes_todo = bytes_todo;
1749 unsigned long bytes_todo, bytes_done, total_bytes_done = 0; local
1781 bytes_todo = TPQBUF_SIZE;
1782 if (bytes_todo > count) {
1783 bytes_todo = count;
1829 if (bytes_todo == 0) {
1833 if (bytes_todo >
1936 unsigned long bytes_todo, bytes_done, total_bytes_done = 0; local
[all...]

Completed in 32 milliseconds