Lines Matching refs:cyc
1113 const struct _xfer_spec *pxs, int cyc) in _ldst_memtomem() argument
1120 while (cyc--) { in _ldst_memtomem()
1125 while (cyc--) { in _ldst_memtomem()
1204 const struct _xfer_spec *pxs, int cyc, in _ldst_peripheral() argument
1215 while (cyc--) { in _ldst_peripheral()
1245 const struct _xfer_spec *pxs, int cyc) in _bursts() argument
1256 off += _ldst_peripheral(pl330, dry_run, &buf[off], pxs, cyc, in _bursts()
1261 off += _ldst_memtomem(dry_run, &buf[off], pxs, cyc); in _bursts()
1335 int cyc, cycmax, szlp, szlpend, szbrst, off; in _loop() local
1346 cyc = *bursts / lcnt1 / lcnt0; in _loop()
1350 cyc = 1; in _loop()
1354 cyc = 1; in _loop()
1378 cyc = (cycmax < cyc) ? cycmax : cyc; in _loop()
1390 off += _bursts(pl330, dry_run, &buf[off], pxs, cyc); in _loop()
1406 *bursts = lcnt1 * cyc; in _loop()
1417 int cyc, off = 0, num_dregs = 0; in _period() local
1423 cyc = bursts / 256; in _period()
1426 cyc = 1; in _period()
1432 off += _bursts(pl330, dry_run, &buf[off], pxs, cyc); in _period()
1440 lcnt1 = bursts - (lcnt1 * cyc); in _period()