Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/dma/
Ddma-axi-dmac.c466 size_t dst_icg, src_icg; in axi_dmac_prep_interleaved() local
484 dst_icg = dmaengine_get_dst_icg(xt, &xt->sgl[0]); in axi_dmac_prep_interleaved()
491 if (xt->sgl[0].size + dst_icg > chan->max_length || in axi_dmac_prep_interleaved()
495 if (dst_icg != 0 || src_icg != 0) in axi_dmac_prep_interleaved()
514 desc->sg[0].dest_stride = xt->sgl[0].size + dst_icg; in axi_dmac_prep_interleaved()
Dat_xdmac.c981 size_t src_icg = 0, dst_icg = 0; in at_xdmac_prep_interleaved() local
986 dst_icg = dmaengine_get_dst_icg(xt, chunk); in at_xdmac_prep_interleaved()
990 dst_skip = chunk->size + dst_icg; in at_xdmac_prep_interleaved()
994 __func__, chunk->size, src_icg, dst_icg); in at_xdmac_prep_interleaved()
/Linux-v4.19/drivers/media/platform/omap/
Domap_vout_vrfb.c243 size_t dst_icg; in omap_vout_prepare_vrfb() local
256 dst_icg = ((MAX_PIXELS_PER_LINE * pixsize) - in omap_vout_prepare_vrfb()
265 xt->sgl[0].icg = dst_icg; in omap_vout_prepare_vrfb()
/Linux-v4.19/drivers/dma/ti/
Domap-dma.c1208 size_t src_icg, dst_icg; in omap_dma_prep_dma_interleaved() local
1236 dst_icg = dmaengine_get_dst_icg(xt, &xt->sgl[0]); in omap_dma_prep_dma_interleaved()
1252 if (dst_icg) { in omap_dma_prep_dma_interleaved()
1255 sg->fi = dst_icg; in omap_dma_prep_dma_interleaved()
/Linux-v4.19/include/linux/
Ddmaengine.h136 size_t dst_icg; member
1149 chunk->icg, chunk->dst_icg); in dmaengine_get_dst_icg()