Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/osal/allocator/
H A Dallocator_dma_heap.c50 static RK_U32 dma_heap_debug = 0; variable
56 #define dma_heap_dbg(flag, fmt, ...) _mpp_dbg(dma_heap_debug, flag, fmt, ## __VA_ARGS__)
57 #define dma_heap_dbg_f(flag, fmt, ...) _mpp_dbg_f(dma_heap_debug, flag, fmt, ## __VA_ARGS__)
158 mpp_env_get_u32("dma_heap_debug", &dma_heap_debug, 0); in os_allocator_dma_heap_open()