Lines Matching defs:rest
2384 * to transfer the rest of the current block.
2389 u32 rest;
2408 rest = dbc & 0xffffff;
2441 (dfifo & 0xff)) - rest) & 0x3ff;
2443 delta = ((dfifo & 0xff) - rest) & 0x7f;
2448 * the target -> add the amount to the rest
2452 rest += delta;
2454 if (ss0 & OLF) rest++;
2456 if (ss0 & ORF) rest++;
2459 if (ss2 & OLF1) rest++;
2461 if (ss2 & ORF1) rest++;
2476 (unsigned) rest, (unsigned) delta);
2557 (unsigned)oadr, (unsigned)rest);
2598 pm->sg.addr = cpu_to_scr(oadr + olen - rest);
2599 pm->sg.size = cpu_to_scr(rest);
2702 if (cp->tag != NO_TAG && olen - rest <= 3) {