Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A DMCD_dma.h306 int MCD_startDma(int channel, s8 * srcAddr, s16 srcIncr, s8 * destAddr,
/openbmc/u-boot/drivers/net/
H A Dfsl_mcdmafec.c429 MCD_startDma(info->rxTask, /* Dma channel */ in fec_init()
443 MCD_startDma(info->txTask, /* Dma channel */ in fec_init()
/openbmc/u-boot/drivers/dma/
H A DMCD_dmaApi.c359 int MCD_startDma(int channel, s8 * srcAddr, s16 srcIncr, s8 * destAddr, in MCD_startDma() function