Searched refs:dmaengine_get_dst_icg (Results 1 – 7 of 7) sorted by relevance
/linux-5.19.10/drivers/dma/ |
D | at_hdmac.c | 751 (dmaengine_get_dst_icg(xt, chunk) != dmaengine_get_dst_icg(xt, first)) || in atc_prep_dma_interleaved() 795 desc->dst_hole = (dmaengine_get_dst_icg(xt, first) >> dwidth) + 1; in atc_prep_dma_interleaved()
|
D | dma-axi-dmac.c | 634 dst_icg = dmaengine_get_dst_icg(xt, &xt->sgl[0]); in axi_dmac_prep_interleaved()
|
D | at_xdmac.c | 974 desc->lld.mbr_dus = dmaengine_get_dst_icg(xt, chunk); in at_xdmac_interleaved_queue_desc() 1043 dst_icg = dmaengine_get_dst_icg(xt, chunk); in at_xdmac_prep_interleaved()
|
/linux-5.19.10/include/linux/ |
D | dmaengine.h | 1333 static inline size_t dmaengine_get_dst_icg(struct dma_interleaved_template *xt, in dmaengine_get_dst_icg() function
|
/linux-5.19.10/drivers/dma/dw-edma/ |
D | dw-edma-core.c | 472 dst_addr += dmaengine_get_dst_icg(il, dc); in dw_edma_device_transfer()
|
/linux-5.19.10/drivers/dma/ti/ |
D | omap-dma.c | 1324 dst_icg = dmaengine_get_dst_icg(xt, &xt->sgl[0]); in omap_dma_prep_dma_interleaved()
|
D | edma.c | 1311 dst_icg = dmaengine_get_dst_icg(xt, &xt->sgl[0]); in edma_prep_dma_interleaved()
|