Lines Matching refs:bursts
1329 unsigned long *bursts, const struct _xfer_spec *pxs) in _loop() argument
1336 if (*bursts >= 256*256) { in _loop()
1339 cyc = *bursts / lcnt1 / lcnt0; in _loop()
1340 } else if (*bursts > 256) { in _loop()
1342 lcnt0 = *bursts / lcnt1; in _loop()
1345 lcnt1 = *bursts; in _loop()
1399 *bursts = lcnt1 * cyc; in _loop()
1401 *bursts *= lcnt0; in _loop()
1411 unsigned long c, bursts = BYTE_TO_BURST(x->bytes, ccr); in _setup_loops() local
1414 while (bursts) { in _setup_loops()
1415 c = bursts; in _setup_loops()
1417 bursts -= c; in _setup_loops()