Searched refs:FRV_DMA_FLAGS_PAUSED (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/arch/frv/kernel/
H A Ddma.c26 #define FRV_DMA_FLAGS_PAUSED 0x04 macro
403 channel->flags |= FRV_DMA_FLAGS_PAUSED; frv_dma_pause_all()
428 if (!(channel->flags & FRV_DMA_FLAGS_PAUSED)) frv_dma_resume_all()
440 channel->flags &= ~FRV_DMA_FLAGS_PAUSED; frv_dma_resume_all()

Completed in 134 milliseconds