HomeSort by: relevance | last modified time | path
    Searched refs:edma_param_alloc (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/arm/ti/
ti_edma.h 163 uint16_t edma_param_alloc(struct edma_channel *);
ti_sdhc.c 479 sc->sc_edma_param_tx[i] = edma_param_alloc(sc->sc_edma_tx);
483 sc->sc_edma_param_rx[i] = edma_param_alloc(sc->sc_edma_rx);
ti_edma.c 362 edma_param_alloc(struct edma_channel *ch) function in typeref:typename:uint16_t
386 * Free a PaRAM entry allocated with edma_param_alloc

Completed in 13 milliseconds