Lines Matching refs:bursts
1291 unsigned long *bursts, const struct _xfer_spec *pxs) in _loop() argument
1297 if (*bursts == 1) in _loop()
1301 if (*bursts >= 256*256) { in _loop()
1304 cyc = *bursts / lcnt1 / lcnt0; in _loop()
1305 } else if (*bursts > 256) { in _loop()
1307 lcnt0 = *bursts / lcnt1; in _loop()
1310 lcnt1 = *bursts; in _loop()
1364 *bursts = lcnt1 * cyc; in _loop()
1366 *bursts *= lcnt0; in _loop()
1377 unsigned long c, bursts = BYTE_TO_BURST(x->bytes, ccr); in _setup_loops() local
1378 int num_dregs = (x->bytes - BURST_TO_BYTE(bursts, ccr)) / in _setup_loops()
1382 while (bursts) { in _setup_loops()
1383 c = bursts; in _setup_loops()
1385 bursts -= c; in _setup_loops()