DEBUG
#define DEBUG(n, a) if (_nc_tracing >= DEBUG_LEVEL(n)) _tracef a
#define DEBUG(n, a) /*nothing*/
#define DEBUG
# define DEBUG(str, v...) \
# define DEBUG(str, v...) ((void)0)
# define DEBUG(fp, str, v...) \
# define DEBUG(fp, str, v...) ((void)0)
#undef DEBUG
#define DEBUG(...) do if (amdgpu_atom_debug) { printk(KERN_DEBUG __VA_ARGS__); } while (0)
#define DEBUG(...) do { } while (0)
#undef DEBUG
#define DEBUG(...) do if (atom_debug) { printk(KERN_DEBUG __VA_ARGS__); } while (0)
#define DEBUG(...) do { } while (0)
#define DEBUG(a) DbgPrint a
#define DEBUG(a)
#define DEBUG
#define DEBUG
#define DEBUG
#define DEBUG
#define DEBUG
#define DEBUG
#define DEBUG
#define DEBUG
#define DEBUG(module) (debug & CONCAT(DEBUG_,module))
#define DEBUG(facility, level, args) /* empty */
#define DEBUG(facility, level, args) \
#define DEBUG(f) if (debug) fprintf(debug, f)
# define DEBUG(fp, str, v...) \
# define DEBUG(fp, str, v...) ((void)0)
#define DEBUG