Lines Matching defs:pxs

1096 		const struct _xfer_spec *pxs, int cyc)
1099 struct pl330_config *pcfg = pxs->desc->rqcfg.pcfg;
1187 const struct _xfer_spec *pxs, int cyc,
1197 off += _emit_FLUSHP(dry_run, &buf[off], pxs->desc->peri);
1199 off += _emit_WFP(dry_run, &buf[off], cond, pxs->desc->peri);
1200 off += _emit_load(dry_run, &buf[off], cond, pxs->desc->rqtype,
1201 pxs->desc->peri);
1202 off += _emit_store(dry_run, &buf[off], cond, pxs->desc->rqtype,
1203 pxs->desc->peri);
1210 const struct _xfer_spec *pxs, int cyc)
1213 enum pl330_cond cond = BRST_LEN(pxs->ccr) > 1 ? BURST : SINGLE;
1218 switch (pxs->desc->rqtype) {
1221 off += _ldst_peripheral(pl330, dry_run, &buf[off], pxs, cyc,
1226 off += _ldst_memtomem(dry_run, &buf[off], pxs, cyc);
1244 const struct _xfer_spec *pxs, int transfer_length)
1259 dregs_ccr = pxs->ccr;
1267 switch (pxs->desc->rqtype) {
1271 off += _ldst_peripheral(pl330, dry_run, &buf[off], pxs, 1,
1277 off += _ldst_memtomem(dry_run, &buf[off], pxs, 1);
1291 unsigned long *bursts, const struct _xfer_spec *pxs)
1298 return _bursts(pl330, dry_run, buf, pxs, 1);
1316 szbrst = _bursts(pl330, 1, buf, pxs, 1);
1348 off += _bursts(pl330, dry_run, &buf[off], pxs, cyc);
1373 const struct _xfer_spec *pxs)
1375 struct pl330_xfer *x = &pxs->desc->px;
1376 u32 ccr = pxs->ccr;
1384 off += _loop(pl330, dry_run, &buf[off], &c, pxs);
1387 off += _dregs(pl330, dry_run, &buf[off], pxs, num_dregs);
1394 const struct _xfer_spec *pxs)
1396 struct pl330_xfer *x = &pxs->desc->px;
1405 off += _setup_loops(pl330, dry_run, &buf[off], pxs);
1416 struct _xfer_spec *pxs)
1425 off += _emit_MOV(dry_run, &buf[off], CCR, pxs->ccr);
1427 off += _setup_xfer(pl330, dry_run, &buf[off], pxs);