Searched refs:echan (Results 1 – 4 of 4) sorted by relevance
178 struct edma_chan *echan; member390 static void edma_set_chmap(struct edma_chan *echan, int slot) in edma_set_chmap() argument392 struct edma_cc *ecc = echan->ecc; in edma_set_chmap()393 int channel = EDMA_CHAN_SLOT(echan->ch_num); in edma_set_chmap()401 static void edma_setup_interrupt(struct edma_chan *echan, bool enable) in edma_setup_interrupt() argument403 struct edma_cc *ecc = echan->ecc; in edma_setup_interrupt()404 int channel = EDMA_CHAN_SLOT(echan->ch_num); in edma_setup_interrupt()546 static void edma_start(struct edma_chan *echan) in edma_start() argument548 struct edma_cc *ecc = echan->ecc; in edma_start()549 int channel = EDMA_CHAN_SLOT(echan->ch_num); in edma_start()[all …]
1435 struct ep93xx_dma_chan *echan = to_ep93xx_dma_chan(chan); in ep93xx_m2p_dma_filter() local1441 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() local1471 echan->dma_cfg = *cfg; in ep93xx_m2m_dma_filter()
231 dma_pool_free(fsl_desc->echan->tcd_pool, fsl_desc->tcd[i].vtcd, in fsl_edma_free_desc()572 fsl_desc->echan = fsl_chan; in fsl_edma_alloc_desc()
200 struct fsl_edma_chan *echan; member