Home
last modified time | relevance | path

Searched defs:srcIncr (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/drivers/dma/
DMCD_tasksInit.c20 void MCD_startDmaChainNoEu(int *currBD, short srcIncr, short destIncr, in MCD_startDmaChainNoEu()
57 void MCD_startDmaSingleNoEu(char *srcAddr, short srcIncr, char *destAddr, in MCD_startDmaSingleNoEu()
88 void MCD_startDmaChainEu(int *currBD, short srcIncr, short destIncr, in MCD_startDmaChainEu()
128 void MCD_startDmaSingleEu(char *srcAddr, short srcIncr, char *destAddr, in MCD_startDmaSingleEu()
DMCD_dmaApi.c359 int MCD_startDma(int channel, s8 * srcAddr, s16 srcIncr, s8 * destAddr, in MCD_startDma()