Searched refs:controlTable (Results 1 – 4 of 4) sorted by relevance
110 void DMA_setControlBase(void *controlTable) in DMA_setControlBase() argument115 ASSERT(((uint32_t) controlTable & ~0x3FF) == (uint32_t) controlTable); in DMA_setControlBase()116 ASSERT((uint32_t) controlTable >= 0x20000000); in DMA_setControlBase()121 DMA_Control->CTLBASE = (uint32_t) controlTable; in DMA_setControlBase()350 DMA_ControlTable *controlTable; in DMA_setChannelTransfer() local373 controlTable = (DMA_ControlTable *) DMA_Control->CTLBASE; in DMA_setChannelTransfer()379 control = (controlTable[channelStructIndex].control in DMA_setChannelTransfer()420 controlTable[channelStructIndex].srcEndAddr = srcAddr; in DMA_setChannelTransfer()444 dstAddr = (void *) &controlTable[channelStructIndex in DMA_setChannelTransfer()461 controlTable[channelStructIndex].dstEndAddr = dstAddr; in DMA_setChannelTransfer()[all …]
489 extern void DMA_setControlBase(void *controlTable);
659 ((void (*)(void *controlTable))ROM_DMATABLE[7])
254 tDMAControlTable *controlTable; in getDmaRemainingXfers() local256 controlTable = MAP_uDMAControlBaseGet(); in getDmaRemainingXfers()257 controlWord = controlTable[(hwAttrs->rxChannelIndex & 0x3f)].ulControl; in getDmaRemainingXfers()