Lines Matching refs:lcnt0
1336 unsigned lcnt0, lcnt1, ljmp0, ljmp1; in _loop() local
1345 lcnt0 = 256; in _loop()
1346 cyc = *bursts / lcnt1 / lcnt0; in _loop()
1349 lcnt0 = *bursts / lcnt1; in _loop()
1353 lcnt0 = 0; in _loop()
1366 if (lcnt0) { in _loop()
1382 if (lcnt0) { in _loop()
1383 off += _emit_LP(dry_run, &buf[off], 0, lcnt0); in _loop()
1398 if (lcnt0) { in _loop()
1407 if (lcnt0) in _loop()
1408 *bursts *= lcnt0; in _loop()
1482 unsigned int lcnt0, ljmp0, ljmpfe; in _loop_cyclic() local
1488 lcnt0 = pxs->desc->num_periods; in _loop_cyclic()
1491 while (lcnt0 > 256) { in _loop_cyclic()
1493 lcnt0 = pxs->desc->num_periods / periods; in _loop_cyclic()
1503 off += _emit_LP(dry_run, &buf[off], 0, lcnt0); in _loop_cyclic()