Searched refs:dmaengine_get_dst_icg (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/dma/ |
| A D | at_hdmac.c | 904 (dmaengine_get_dst_icg(xt, chunk) != dmaengine_get_dst_icg(xt, first)) || in atc_prep_dma_interleaved() 952 desc->dst_hole = (dmaengine_get_dst_icg(xt, first) >> dwidth) + 1; in atc_prep_dma_interleaved()
|
| A D | dma-axi-dmac.c | 766 dst_icg = dmaengine_get_dst_icg(xt, &xt->sgl[0]); in axi_dmac_prep_interleaved()
|
| A D | at_xdmac.c | 1051 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()
|
| /linux/include/linux/ |
| A D | dmaengine.h | 1346 static inline size_t dmaengine_get_dst_icg(struct dma_interleaved_template *xt, in dmaengine_get_dst_icg() function
|
| /linux/drivers/dma/dw-edma/ |
| A D | dw-edma-core.c | 532 dst_addr += dmaengine_get_dst_icg(il, dc); in dw_edma_device_transfer()
|
| /linux/drivers/dma/xilinx/ |
| A D | xdma.c | 768 dst_addr += dmaengine_get_dst_icg(xt, &xt->sgl[i]) + (xt->dst_inc ? in xdma_prep_interleaved_dma()
|
| /linux/drivers/dma/ti/ |
| A D | omap-dma.c | 1323 dst_icg = dmaengine_get_dst_icg(xt, &xt->sgl[0]); in omap_dma_prep_dma_interleaved()
|
| A D | edma.c | 1254 dst_icg = dmaengine_get_dst_icg(xt, &xt->sgl[0]); in edma_prep_dma_interleaved()
|
Completed in 34 milliseconds