Searched refs:channelStructIndex (Results 1 – 4 of 4) sorted by relevance
315 void DMA_setChannelControl(uint32_t channelStructIndex, uint32_t control) in DMA_setChannelControl() argument322 ASSERT((channelStructIndex & 0xffff) < 64); in DMA_setChannelControl()330 channelStructIndex &= 0x3f; in DMA_setChannelControl()341 pCtl[channelStructIndex].control = ((pCtl[channelStructIndex].control in DMA_setChannelControl()347 void DMA_setChannelTransfer(uint32_t channelStructIndex, uint32_t mode, in DMA_setChannelTransfer() argument358 ASSERT((channelStructIndex & 0xffff) < 64); in DMA_setChannelTransfer()368 channelStructIndex &= 0x3f; in DMA_setChannelTransfer()379 control = (controlTable[channelStructIndex].control in DMA_setChannelTransfer()385 if (channelStructIndex & UDMA_ALT_SELECT) in DMA_setChannelTransfer()420 controlTable[channelStructIndex].srcEndAddr = srcAddr; in DMA_setChannelTransfer()[all …]
652 extern void DMA_setChannelControl(uint32_t channelStructIndex,724 extern void DMA_setChannelTransfer(uint32_t channelStructIndex, uint32_t mode,770 extern uint32_t DMA_getChannelSize(uint32_t channelStructIndex);789 extern uint32_t DMA_getChannelMode(uint32_t channelStructIndex);
696 ((void (*)(uint32_t channelStructIndex, \702 ((void (*)(uint32_t channelStructIndex, \719 ((uint32_t (*)(uint32_t channelStructIndex))ROM_DMATABLE[17])724 ((uint32_t (*)(uint32_t channelStructIndex))ROM_DMATABLE[18])
180 uint32_t channelStructIndex; in uDMASetChannelTransfer() local199 channelStructIndex = (((uint32_t)pChannelControlStruct) - controlTableAddr) >> 4; in uDMASetChannelTransfer()202 if (channelStructIndex & UDMA_ALT_SELECT) in uDMASetChannelTransfer()245 if (channelStructIndex & UDMA_ALT_SELECT) in uDMASetChannelTransfer()