Searched refs:pxs (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/dma/ |
D | pl330.c | 1096 const struct _xfer_spec *pxs, int cyc) in _ldst_memtomem() argument 1099 struct pl330_config *pcfg = pxs->desc->rqcfg.pcfg; in _ldst_memtomem() 1187 const struct _xfer_spec *pxs, int cyc, in _ldst_peripheral() argument 1197 off += _emit_FLUSHP(dry_run, &buf[off], pxs->desc->peri); in _ldst_peripheral() 1199 off += _emit_WFP(dry_run, &buf[off], cond, pxs->desc->peri); in _ldst_peripheral() 1200 off += _emit_load(dry_run, &buf[off], cond, pxs->desc->rqtype, in _ldst_peripheral() 1201 pxs->desc->peri); in _ldst_peripheral() 1202 off += _emit_store(dry_run, &buf[off], cond, pxs->desc->rqtype, in _ldst_peripheral() 1203 pxs->desc->peri); in _ldst_peripheral() 1210 const struct _xfer_spec *pxs, int cyc) in _bursts() argument [all …]
|