Searched refs:edma_link (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/ti/ |
H A D | edma.c | 551 * edma_link - link one parameter RAM slot to another 558 static void edma_link(struct edma_cc *ecc, unsigned from, unsigned to) in edma_link() function 827 edma_link(ecc, echan->slot[i], echan->slot[i + 1]); in edma_execute() 839 edma_link(ecc, echan->slot[nslots - 1], echan->slot[1]); in edma_execute() 841 edma_link(ecc, echan->slot[nslots - 1], in edma_execute()
|
/kernel/linux/linux-6.6/drivers/dma/ti/ |
H A D | edma.c | 499 * edma_link - link one parameter RAM slot to another 506 static void edma_link(struct edma_cc *ecc, unsigned from, unsigned to) in edma_link() function 770 edma_link(ecc, echan->slot[i], echan->slot[i + 1]); in edma_execute() 782 edma_link(ecc, echan->slot[nslots - 1], echan->slot[1]); in edma_execute() 784 edma_link(ecc, echan->slot[nslots - 1], in edma_execute()
|
Completed in 8 milliseconds