Lines Matching refs:lcnt1
1336 unsigned lcnt0, lcnt1, ljmp0, ljmp1; in _loop() local
1344 lcnt1 = 256; in _loop()
1346 cyc = *bursts / lcnt1 / lcnt0; in _loop()
1348 lcnt1 = 256; in _loop()
1349 lcnt0 = *bursts / lcnt1; in _loop()
1352 lcnt1 = *bursts; in _loop()
1387 off += _emit_LP(dry_run, &buf[off], 1, lcnt1); in _loop()
1406 *bursts = lcnt1 * cyc; in _loop()
1416 unsigned int lcnt1, ljmp1; in _period() local
1422 lcnt1 = 256; in _period()
1425 lcnt1 = bursts; in _period()
1430 off += _emit_LP(dry_run, &buf[off], 1, lcnt1); in _period()
1440 lcnt1 = bursts - (lcnt1 * cyc); in _period()
1442 if (lcnt1) { in _period()
1443 off += _emit_LP(dry_run, &buf[off], 1, lcnt1); in _period()