Lines Matching refs:cyc
1090 const struct _xfer_spec *pxs, int cyc) in _ldst_memtomem() argument
1097 while (cyc--) { in _ldst_memtomem()
1102 while (cyc--) { in _ldst_memtomem()
1181 const struct _xfer_spec *pxs, int cyc, in _ldst_peripheral() argument
1192 while (cyc--) { in _ldst_peripheral()
1204 const struct _xfer_spec *pxs, int cyc) in _bursts() argument
1215 off += _ldst_peripheral(pl330, dry_run, &buf[off], pxs, cyc, in _bursts()
1220 off += _ldst_memtomem(dry_run, &buf[off], pxs, cyc); in _bursts()
1287 int cyc, cycmax, szlp, szlpend, szbrst, off; in _loop() local
1298 cyc = *bursts / lcnt1 / lcnt0; in _loop()
1302 cyc = 1; in _loop()
1306 cyc = 1; in _loop()
1330 cyc = (cycmax < cyc) ? cycmax : cyc; in _loop()
1342 off += _bursts(pl330, dry_run, &buf[off], pxs, cyc); in _loop()
1358 *bursts = lcnt1 * cyc; in _loop()