Lines Matching refs:cyc
1096 const struct _xfer_spec *pxs, int cyc)
1103 while (cyc--) {
1108 while (cyc--) {
1187 const struct _xfer_spec *pxs, int cyc,
1198 while (cyc--) {
1210 const struct _xfer_spec *pxs, int cyc)
1221 off += _ldst_peripheral(pl330, dry_run, &buf[off], pxs, cyc,
1226 off += _ldst_memtomem(dry_run, &buf[off], pxs, cyc);
1293 int cyc, cycmax, szlp, szlpend, szbrst, off;
1304 cyc = *bursts / lcnt1 / lcnt0;
1308 cyc = 1;
1312 cyc = 1;
1336 cyc = (cycmax < cyc) ? cycmax : cyc;
1348 off += _bursts(pl330, dry_run, &buf[off], pxs, cyc);
1364 *bursts = lcnt1 * cyc;