Searched refs:controlTable (Results 1 – 3 of 3) sorted by relevance
120 void DMA_setControlBase(void *controlTable) in DMA_setControlBase() argument125 ASSERT(((uint32_t) controlTable & ~0x3FF) == (uint32_t) controlTable); in DMA_setControlBase()126 ASSERT((uint32_t) controlTable >= 0x20000000); in DMA_setControlBase()131 DMA_Control->CTLBASE = (uint32_t) controlTable; in DMA_setControlBase()360 DMA_ControlTable *controlTable; in DMA_setChannelTransfer() local383 controlTable = (DMA_ControlTable *) DMA_Control->CTLBASE; in DMA_setChannelTransfer()389 control = (controlTable[channelStructIndex].control in DMA_setChannelTransfer()430 controlTable[channelStructIndex].srcEndAddr = srcAddr; in DMA_setChannelTransfer()454 dstAddr = (void *) &controlTable[channelStructIndex in DMA_setChannelTransfer()471 controlTable[channelStructIndex].dstEndAddr = dstAddr; in DMA_setChannelTransfer()[all …]
489 extern void DMA_setControlBase(void *controlTable);
627 ((void (*)(void *controlTable))ROM_DMATABLE[7])