Searched defs:ATOM_SDEBUG_PRINT (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/sys/dev/drm2/radeon/
H A Datom.c93 #define ATOM_SDEBUG_PRINT(...) do if (atom_debug) { printf(__FILE__); debug_print_spaces(debug_depth); printf(__VA_ARGS__); } while (0) macro
96 #define ATOM_SDEBUG_PRINT(...) do { } while (0) macro
[all...]

Completed in 7 milliseconds