Searched refs:SDEBUG (Results 1 – 2 of 2) sorted by relevance
102 #define SDEBUG(...) do if (atom_debug) { printk(KERN_DEBUG); debug_print_spaces(debug_depth); print… macro105 #define SDEBUG(...) do { } while (0) macro588 SDEBUG(" dst: "); in atom_op_add()590 SDEBUG(" src: "); in atom_op_add()593 SDEBUG(" dst: "); in atom_op_add()602 SDEBUG(" dst: "); in atom_op_and()604 SDEBUG(" src: "); in atom_op_and()607 SDEBUG(" dst: "); in atom_op_and()622 SDEBUG(" table: %d (%s)\n", idx, atom_table_names[idx]); in atom_op_calltable()624 SDEBUG(" table: %d\n", idx); in atom_op_calltable()[all …]
103 #define SDEBUG(...) do if (amdgpu_atom_debug) { printk(KERN_DEBUG); debug_print_spaces(debug_depth)… macro106 #define SDEBUG(...) do { } while (0) macro590 SDEBUG(" dst: "); in atom_op_add()592 SDEBUG(" src: "); in atom_op_add()595 SDEBUG(" dst: "); in atom_op_add()604 SDEBUG(" dst: "); in atom_op_and()606 SDEBUG(" src: "); in atom_op_and()609 SDEBUG(" dst: "); in atom_op_and()624 SDEBUG(" table: %d (%s)\n", idx, atom_table_names[idx]); in atom_op_calltable()626 SDEBUG(" table: %d\n", idx); in atom_op_calltable()[all …]