Lines Matching defs:rest
1530 ** the rest of the data.
6229 ** to transfer the rest of the current block.
6237 u32 rest;
6254 rest = dbc & 0xffffff;
6267 delta=(((ctest5 << 8) | (INB (nc_dfifo) & 0xff)) - rest) & 0x3ff;
6269 delta=(INB (nc_dfifo) - rest) & 0x7f;
6273 ** the target -> add the amount to the rest
6278 rest += delta;
6280 if (ss0 & OLF) rest++;
6281 if (ss0 & ORF) rest++;
6284 if (ss2 & OLF1) rest++;
6285 if (ss2 & ORF1) rest++;
6290 (unsigned) rest, (unsigned) delta, ss0);
6294 printk ("P%x%x RL=%d ", cmd&7, sbcl&7, rest);
6423 (unsigned)oadr, (unsigned)rest);
6443 newcmd[0] = cpu_to_scr(((cmd & 0x0f) << 24) | rest);
6444 newcmd[1] = cpu_to_scr(oadr + olen - rest);