Home
last modified time | relevance | path

Searched refs:edma_param_alloc (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/arch/arm/ti/
H A Dti_edma.h163 uint16_t edma_param_alloc(struct edma_channel *);
H A Dti_sdhc.c479 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()
H A Dti_edma.c362 edma_param_alloc(struct edma_channel *ch) in edma_param_alloc() function