Lines Matching refs:cyc
1078 const struct _xfer_spec *pxs, int cyc) in _ldst_memtomem() argument
1085 while (cyc--) { in _ldst_memtomem()
1090 while (cyc--) { in _ldst_memtomem()
1171 const struct _xfer_spec *pxs, int cyc, in _ldst_peripheral() argument
1185 while (cyc--) { in _ldst_peripheral()
1197 const struct _xfer_spec *pxs, int cyc) in _bursts() argument
1206 off += _ldst_peripheral(pl330, dry_run, &buf[off], pxs, cyc, in _bursts()
1211 off += _ldst_memtomem(dry_run, &buf[off], pxs, cyc); in _bursts()
1269 int cyc, cycmax, szlp, szlpend, szbrst, off; in _loop() local
1280 cyc = *bursts / lcnt1 / lcnt0; in _loop()
1284 cyc = 1; in _loop()
1288 cyc = 1; in _loop()
1312 cyc = (cycmax < cyc) ? cycmax : cyc; in _loop()
1324 off += _bursts(pl330, dry_run, &buf[off], pxs, cyc); in _loop()
1340 *bursts = lcnt1 * cyc; in _loop()