Searched refs:MXS_DMA_FLAGS_ALLOCATED (Results 1 – 2 of 2) sorted by relevance
41 if (!(pchan->flags & MXS_DMA_FLAGS_ALLOCATED)) in mxs_dma_validate_chan()297 if (pchan->flags & MXS_DMA_FLAGS_ALLOCATED) in mxs_dma_request()300 pchan->flags |= MXS_DMA_FLAGS_ALLOCATED; in mxs_dma_request()335 pchan->flags &= ~MXS_DMA_FLAGS_ALLOCATED; in mxs_dma_release()
137 #define MXS_DMA_FLAGS_ALLOCATED (1 << 16) macro
Completed in 3 milliseconds