Home
last modified time | relevance | path

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

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