Searched refs:DMA_O_SETCHNLPRIORITY (Results 1 – 3 of 3) sorted by relevance
70 HWREG(DMA_BASE + DMA_O_SETCHNLPRIORITY) = channelBitMask; in uDMAEnableChannelAttribute()132 if (HWREG(DMA_BASE + DMA_O_SETCHNLPRIORITY) & (channelBitMask)) in uDMAGetChannelAttribute()
901 HWREG(DMA_BASE + DMA_O_SETCHNLPRIORITY) = channelBitMask; in uDMASetChannelPriority()918 …return (HWREG(DMA_BASE + DMA_O_SETCHNLPRIORITY) & (channelBitMask) ? UDMA_PRIORITY_HIGH : UDMA_PRI… in uDMAGetChannelPriority()
85 #define DMA_O_SETCHNLPRIORITY 0x00000038U macro