Searched refs:UDMA_DST_INC_M (Results 1 – 6 of 6) sorted by relevance
160 … ~(UDMA_DST_INC_M | UDMA_SRC_INC_M | UDMA_SIZE_M | UDMA_ARB_M | in uDMASetChannelControl()232 incValue = control & UDMA_DST_INC_M; in uDMASetChannelTransfer()
217 #define UDMA_DST_INC_M 0xC0000000 // Destination Address Increment macro
211 ~(UDMA_DST_INC_M | in uDMAChannelControlSet()283 ui32Inc = ui32Control & UDMA_DST_INC_M; in uDMAChannelTransferSet()
253 #define UDMA_DST_INC_M 0xC0000000 // Destination Address Increment macro
213 ~(UDMA_DST_INC_M | in uDMAChannelControlSet()285 ui32Inc = ui32Control & UDMA_DST_INC_M; in uDMAChannelTransferSet()
255 #define UDMA_DST_INC_M 0xC0000000 // Destination Address Increment macro