Lines Matching refs:bursts
1285 unsigned long *bursts, const struct _xfer_spec *pxs) in _loop() argument
1291 if (*bursts == 1) in _loop()
1295 if (*bursts >= 256*256) { in _loop()
1298 cyc = *bursts / lcnt1 / lcnt0; in _loop()
1299 } else if (*bursts > 256) { in _loop()
1301 lcnt0 = *bursts / lcnt1; in _loop()
1304 lcnt1 = *bursts; in _loop()
1358 *bursts = lcnt1 * cyc; in _loop()
1360 *bursts *= lcnt0; in _loop()
1371 unsigned long c, bursts = BYTE_TO_BURST(x->bytes, ccr); in _setup_loops() local
1372 int num_dregs = (x->bytes - BURST_TO_BYTE(bursts, ccr)) / in _setup_loops()
1376 while (bursts) { in _setup_loops()
1377 c = bursts; in _setup_loops()
1379 bursts -= c; in _setup_loops()