Searched refs:MXS_DMA_FLAGS_ALLOCATED (Results 1 – 2 of 2) sorted by relevance
38 if (!(pchan->flags & MXS_DMA_FLAGS_ALLOCATED)) in mxs_dma_validate_chan()293 if (pchan->flags & MXS_DMA_FLAGS_ALLOCATED) in mxs_dma_request()296 pchan->flags |= MXS_DMA_FLAGS_ALLOCATED; in mxs_dma_request()331 pchan->flags &= ~MXS_DMA_FLAGS_ALLOCATED; in mxs_dma_release()
136 #define MXS_DMA_FLAGS_ALLOCATED (1 << 16) macro