Home
last modified time | relevance | path

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

/linux/drivers/media/platform/ti/omap/
H A Domap_vout_vrfb.c241 size_t dst_icg; in omap_vout_prepare_vrfb() local
254 dst_icg = MAX_PIXELS_PER_LINE * pixsize - vout->pix.width * vout->bpp; in omap_vout_prepare_vrfb()
262 xt->sgl[0].icg = dst_icg; in omap_vout_prepare_vrfb()
/linux/drivers/dma/ti/
H A Domap-dma.c1295 size_t src_icg, dst_icg; in omap_dma_prep_dma_interleaved() local
1323 dst_icg = dmaengine_get_dst_icg(xt, &xt->sgl[0]); in omap_dma_prep_dma_interleaved()
1339 if (dst_icg) { in omap_dma_prep_dma_interleaved()
1342 sg->fi = dst_icg + 1; in omap_dma_prep_dma_interleaved()
H A Dedma.c1230 size_t src_icg, dst_icg; in edma_prep_dma_interleaved() local
1254 dst_icg = dmaengine_get_dst_icg(xt, &xt->sgl[0]); in edma_prep_dma_interleaved()
1255 if (dst_icg) { in edma_prep_dma_interleaved()
1256 dst_bidx = dst_icg + xt->sgl[0].size; in edma_prep_dma_interleaved()