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

/linux-4.4.14/arch/frv/kernel/
H A Ddma.c25 #define FRV_DMA_FLAGS_INUSE 0x02 macro
207 channel->flags |= FRV_DMA_FLAGS_INUSE; frv_dma_open()
249 channel->flags &= ~FRV_DMA_FLAGS_INUSE; frv_dma_close()
389 if (!(channel->flags & FRV_DMA_FLAGS_INUSE)) frv_dma_pause_all()

Completed in 49 milliseconds