Searched defs:srcIncr (Results 1 – 2 of 2) sorted by relevance
/external/u-boot/drivers/dma/ |
D | MCD_tasksInit.c | 20 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()
|
D | MCD_dmaApi.c | 359 int MCD_startDma(int channel, s8 * srcAddr, s16 srcIncr, s8 * destAddr, in MCD_startDma()
|