Searched refs:edma_param_alloc (Results 1 – 3 of 3) sorted by relevance
163 uint16_t edma_param_alloc(struct edma_channel *);
479 sc->sc_edma_param_tx[i] = edma_param_alloc(sc->sc_edma_tx); in ti_sdhc_edma_init()483 sc->sc_edma_param_rx[i] = edma_param_alloc(sc->sc_edma_rx); in ti_sdhc_edma_init()
362 edma_param_alloc(struct edma_channel *ch) in edma_param_alloc() function