Searched refs:MXS_DMA_FLAGS_ALLOCATED (Results 1 – 2 of 2) sorted by relevance
37 if (!(pchan->flags & MXS_DMA_FLAGS_ALLOCATED)) in mxs_dma_validate_chan()292 if (pchan->flags & MXS_DMA_FLAGS_ALLOCATED) in mxs_dma_request()295 pchan->flags |= MXS_DMA_FLAGS_ALLOCATED; in mxs_dma_request()330 pchan->flags &= ~MXS_DMA_FLAGS_ALLOCATED; in mxs_dma_release()
135 #define MXS_DMA_FLAGS_ALLOCATED (1 << 16) macro