Searched refs:edma_alloc_slot (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/dma/ti/
H A Dedma.c122 #define EDMA_SLOT_ANY -1 /* for edma_alloc_slot() */
440 * edma_alloc_slot - allocate DMA parameter RAM
454 static int edma_alloc_slot(struct edma_cc *ecc, int slot) function
1059 edma_alloc_slot(echan->ecc, EDMA_SLOT_ANY);
1189 echan->slot[1] = edma_alloc_slot(echan->ecc,
1381 edma_alloc_slot(echan->ecc, EDMA_SLOT_ANY);
1685 echan->slot[0] = edma_alloc_slot(ecc, echan->ch_num);
2442 ecc->dummy_slot = edma_alloc_slot(ecc, EDMA_SLOT_ANY);

Completed in 273 milliseconds