Searched defs:SDEBUG (Results 1 – 2 of 2) sorted by relevance
103 #define SDEBUG(...) do if (atom_debug) { printk(KERN_DEBUG); debug_print_spaces(debug_depth); print… macro106 #define SDEBUG(...) do { } while (0) macro
104 #define SDEBUG(...) do if (amdgpu_atom_debug) { printk(KERN_DEBUG); debug_print_spaces(debug_depth)… macro107 #define SDEBUG(...) do { } while (0) macro