Searched refs:DMA_CH_EN_WE_BIT (Results 1 – 2 of 2) sorted by relevance
126 DMA_CH_EN_WE_BIT(chan)); /* Enable the channel */ in ish_dma_copy()152 write32(DMA_EN_REG, DMA_CH_EN_WE_BIT(channel)); in ish_dma_disable()
167 #define DMA_CH_EN_WE_BIT(n) BIT(8 + (n)) macro