Lines Matching defs:bursts
1253 * dregs_len = (total bytes - BURST_TO_BYTE(bursts, ccr)) /
1289 /* Returns bytes consumed and updates bursts */
1291 unsigned long *bursts, const struct _xfer_spec *pxs)
1297 if (*bursts == 1)
1301 if (*bursts >= 256*256) {
1304 cyc = *bursts / lcnt1 / lcnt0;
1305 } else if (*bursts > 256) {
1307 lcnt0 = *bursts / lcnt1;
1310 lcnt1 = *bursts;
1330 * Max bursts that we can unroll due to limit on the
1364 *bursts = lcnt1 * cyc;
1366 *bursts *= lcnt0;
1377 unsigned long c, bursts = BYTE_TO_BURST(x->bytes, ccr);
1378 int num_dregs = (x->bytes - BURST_TO_BYTE(bursts, ccr)) /
1382 while (bursts) {
1383 c = bursts;
1385 bursts -= c;