Home
last modified time | relevance | path

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

/openbmc/linux/drivers/dma/
H A Dat_hdmac.c894 (dmaengine_get_dst_icg(xt, chunk) != dmaengine_get_dst_icg(xt, first)) || in atc_prep_dma_interleaved()
942 desc->dst_hole = (dmaengine_get_dst_icg(xt, first) >> dwidth) + 1; in atc_prep_dma_interleaved()
H A Ddma-axi-dmac.c638 dst_icg = dmaengine_get_dst_icg(xt, &xt->sgl[0]); in axi_dmac_prep_interleaved()
H A Dat_xdmac.c1051 desc->lld.mbr_dus = dmaengine_get_dst_icg(xt, chunk); in at_xdmac_interleaved_queue_desc()
1122 dst_icg = dmaengine_get_dst_icg(xt, chunk); in at_xdmac_prep_interleaved()
/openbmc/linux/include/linux/
H A Ddmaengine.h1315 static inline size_t dmaengine_get_dst_icg(struct dma_interleaved_template *xt, in dmaengine_get_dst_icg() function
/openbmc/linux/drivers/dma/dw-edma/
H A Ddw-edma-core.c532 dst_addr += dmaengine_get_dst_icg(il, dc); in dw_edma_device_transfer()
/openbmc/linux/drivers/dma/ti/
H A Domap-dma.c1324 dst_icg = dmaengine_get_dst_icg(xt, &xt->sgl[0]); in omap_dma_prep_dma_interleaved()
H A Dedma.c1254 dst_icg = dmaengine_get_dst_icg(xt, &xt->sgl[0]); in edma_prep_dma_interleaved()