Searched refs:pxs (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/dma/ |
D | pl330.c | 1078 const struct _xfer_spec *pxs, int cyc) in _ldst_memtomem() argument 1081 struct pl330_config *pcfg = pxs->desc->rqcfg.pcfg; in _ldst_memtomem() 1171 const struct _xfer_spec *pxs, int cyc, in _ldst_peripheral() argument 1184 off += _emit_FLUSHP(dry_run, &buf[off], pxs->desc->peri); in _ldst_peripheral() 1186 off += _emit_WFP(dry_run, &buf[off], cond, pxs->desc->peri); in _ldst_peripheral() 1187 off += _emit_load(dry_run, &buf[off], cond, pxs->desc->rqtype, in _ldst_peripheral() 1188 pxs->desc->peri); in _ldst_peripheral() 1189 off += _emit_store(dry_run, &buf[off], cond, pxs->desc->rqtype, in _ldst_peripheral() 1190 pxs->desc->peri); in _ldst_peripheral() 1197 const struct _xfer_spec *pxs, int cyc) in _bursts() argument [all …]
|