Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dlog.h105 #define _DEBUG 1 macro
107 #define _DEBUG 0 macro
116 #if !_DEBUG && CONFIG_IS_ENABLED(LOG)
141 debug_cond(_DEBUG, fmt, ##args)
159 ({ if (!(x) && _DEBUG) \