Searched refs:pxs (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/drivers/dma/ |
D | pl330.c | 1090 const struct _xfer_spec *pxs, int cyc) in _ldst_memtomem() argument 1093 struct pl330_config *pcfg = pxs->desc->rqcfg.pcfg; in _ldst_memtomem() 1181 const struct _xfer_spec *pxs, int cyc, in _ldst_peripheral() argument 1191 off += _emit_FLUSHP(dry_run, &buf[off], pxs->desc->peri); in _ldst_peripheral() 1193 off += _emit_WFP(dry_run, &buf[off], cond, pxs->desc->peri); in _ldst_peripheral() 1194 off += _emit_load(dry_run, &buf[off], cond, pxs->desc->rqtype, in _ldst_peripheral() 1195 pxs->desc->peri); in _ldst_peripheral() 1196 off += _emit_store(dry_run, &buf[off], cond, pxs->desc->rqtype, in _ldst_peripheral() 1197 pxs->desc->peri); in _ldst_peripheral() 1204 const struct _xfer_spec *pxs, int cyc) in _bursts() argument [all …]
|