Searched refs:dma_heap_debug (Results 1 – 1 of 1) sorted by relevance
| /rockchip-linux_mpp/osal/allocator/ |
| H A D | allocator_dma_heap.c | 38 static RK_U32 dma_heap_debug = 0; variable 45 #define dma_heap_dbg(flag, fmt, ...) _mpp_dbg(dma_heap_debug, flag, fmt, ## __VA_ARGS__) 46 #define dma_heap_dbg_f(flag, fmt, ...) _mpp_dbg_f(dma_heap_debug, flag, fmt, ## __VA_ARGS__) 121 mpp_env_get_u32("dma_heap_debug", &dma_heap_debug, 0); in dma_heap_init() 205 mpp_env_get_u32("dma_heap_debug", &dma_heap_debug, dma_heap_debug); in os_allocator_dma_heap_open()
|