Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/dma/
H A DMCD_tasksInit.c21 void MCD_startDmaChainNoEu(int *currBD, short srcIncr, short destIncr, in MCD_startDmaChainNoEu()
58 void MCD_startDmaSingleNoEu(char *srcAddr, short srcIncr, char *destAddr, in MCD_startDmaSingleNoEu()
89 void MCD_startDmaChainEu(int *currBD, short srcIncr, short destIncr, in MCD_startDmaChainEu()
129 void MCD_startDmaSingleEu(char *srcAddr, short srcIncr, char *destAddr, in MCD_startDmaSingleEu()
H A DMCD_dmaApi.c360 int MCD_startDma(int channel, s8 * srcAddr, s16 srcIncr, s8 * destAddr, in MCD_startDma()