Home
last modified time | relevance | path

Searched refs:pxs (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/dma/
Dpl330.c1117 const struct _xfer_spec *pxs, int cyc) in _ldst_memtomem() argument
1120 struct pl330_config *pcfg = pxs->desc->rqcfg.pcfg; in _ldst_memtomem()
1141 const struct _xfer_spec *pxs, int cyc) in _ldst_devtomem() argument
1146 off += _emit_WFP(dry_run, &buf[off], SINGLE, pxs->desc->peri); in _ldst_devtomem()
1147 off += _emit_LDP(dry_run, &buf[off], SINGLE, pxs->desc->peri); in _ldst_devtomem()
1149 off += _emit_FLUSHP(dry_run, &buf[off], pxs->desc->peri); in _ldst_devtomem()
1156 const struct _xfer_spec *pxs, int cyc) in _ldst_memtodev() argument
1161 off += _emit_WFP(dry_run, &buf[off], SINGLE, pxs->desc->peri); in _ldst_memtodev()
1163 off += _emit_STP(dry_run, &buf[off], SINGLE, pxs->desc->peri); in _ldst_memtodev()
1164 off += _emit_FLUSHP(dry_run, &buf[off], pxs->desc->peri); in _ldst_memtodev()
[all …]