Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/dma/
Dat_hdmac.c740 (dmaengine_get_dst_icg(xt, chunk) != dmaengine_get_dst_icg(xt, first)) || in atc_prep_dma_interleaved()
784 desc->dst_hole = (dmaengine_get_dst_icg(xt, first) >> dwidth) + 1; in atc_prep_dma_interleaved()
Ddma-axi-dmac.c484 dst_icg = dmaengine_get_dst_icg(xt, &xt->sgl[0]); in axi_dmac_prep_interleaved()
Dat_xdmac.c917 desc->lld.mbr_dus = dmaengine_get_dst_icg(xt, chunk); in at_xdmac_interleaved_queue_desc()
986 dst_icg = dmaengine_get_dst_icg(xt, chunk); in at_xdmac_prep_interleaved()
/Linux-v4.19/include/linux/
Ddmaengine.h1145 static inline size_t dmaengine_get_dst_icg(struct dma_interleaved_template *xt, in dmaengine_get_dst_icg() function
/Linux-v4.19/drivers/dma/ti/
Domap-dma.c1236 dst_icg = dmaengine_get_dst_icg(xt, &xt->sgl[0]); in omap_dma_prep_dma_interleaved()