Lines Matching defs:rest
1527 ** the rest of the data.
6063 ** to transfer the rest of the current block.
6071 u32 rest;
6088 rest = dbc & 0xffffff;
6101 delta=(((ctest5 << 8) | (INB (nc_dfifo) & 0xff)) - rest) & 0x3ff;
6103 delta=(INB (nc_dfifo) - rest) & 0x7f;
6107 ** the target -> add the amount to the rest
6112 rest += delta;
6114 if (ss0 & OLF) rest++;
6115 if (ss0 & ORF) rest++;
6118 if (ss2 & OLF1) rest++;
6119 if (ss2 & ORF1) rest++;
6124 (unsigned) rest, (unsigned) delta, ss0);
6128 printk ("P%x%x RL=%d ", cmd&7, sbcl&7, rest);
6257 (unsigned)oadr, (unsigned)rest);
6277 newcmd[0] = cpu_to_scr(((cmd & 0x0f) << 24) | rest);
6278 newcmd[1] = cpu_to_scr(oadr + olen - rest);