Searched refs:echan (Results 1 – 4 of 4) sorted by relevance
| /drivers/dma/ti/ |
| A D | edma.c | 759 j, echan->ch_num, echan->slot[i], in edma_execute() 827 if (!echan->tc && echan->edesc->cyclic) in edma_terminate_all() 861 memcpy(&echan->cfg, cfg, sizeof(echan->cfg)); in edma_slave_config() 1051 edesc->echan = echan; in edma_prep_slave_sg() 1168 edesc->echan = echan; in edma_prep_dma_memcpy() 1273 edesc->echan = echan; in edma_prep_dma_interleaved() 1372 edesc->echan = echan; in edma_prep_dma_cyclic() 1422 i, echan->ch_num, echan->slot[i], in edma_prep_dma_cyclic() 1694 edma_set_chmap(echan, echan->slot[0]); in edma_alloc_chan_resources() 1769 struct edma_chan *echan = edesc->echan; in edma_residue() local [all …]
|
| /drivers/dma/ |
| A D | ep93xx_dma.c | 1435 struct ep93xx_dma_chan *echan = to_ep93xx_dma_chan(chan); in ep93xx_m2p_dma_filter() local 1441 echan->dma_cfg = *cfg; in ep93xx_m2p_dma_filter() 1468 struct ep93xx_dma_chan *echan = to_ep93xx_dma_chan(chan); in ep93xx_m2m_dma_filter() local 1471 echan->dma_cfg = *cfg; in ep93xx_m2m_dma_filter()
|
| A D | fsl-edma-common.c | 227 dma_pool_free(fsl_desc->echan->tcd_pool, fsl_desc->tcd[i].vtcd, in fsl_edma_free_desc() 568 fsl_desc->echan = fsl_chan; in fsl_edma_alloc_desc()
|
| A D | fsl-edma-common.h | 200 struct fsl_edma_chan *echan; member
|
Completed in 27 milliseconds