Searched refs:SDEBUG (Results 1 – 2 of 2) sorted by relevance
97 #define SDEBUG(...) do if (atom_debug) { printk(KERN_DEBUG); debug_print_spaces(debug_depth); print… macro100 #define SDEBUG(...) do { } while (0) macro593 SDEBUG(" dst: "); in atom_op_add()595 SDEBUG(" src: "); in atom_op_add()598 SDEBUG(" dst: "); in atom_op_add()607 SDEBUG(" dst: "); in atom_op_and()609 SDEBUG(" src: "); in atom_op_and()612 SDEBUG(" dst: "); in atom_op_and()627 SDEBUG(" table: %d (%s)\n", idx, atom_table_names[idx]); in atom_op_calltable()629 SDEBUG(" table: %d\n", idx); in atom_op_calltable()[all …]
96 #define SDEBUG(...) do if (amdgpu_atom_debug) { printk(KERN_DEBUG); debug_print_spaces(debug_depth)… macro99 #define SDEBUG(...) do { } while (0) macro589 SDEBUG(" dst: "); in atom_op_add()591 SDEBUG(" src: "); in atom_op_add()594 SDEBUG(" dst: "); in atom_op_add()603 SDEBUG(" dst: "); in atom_op_and()605 SDEBUG(" src: "); in atom_op_and()608 SDEBUG(" dst: "); in atom_op_and()623 SDEBUG(" table: %d (%s)\n", idx, atom_table_names[idx]); in atom_op_calltable()625 SDEBUG(" table: %d\n", idx); in atom_op_calltable()[all …]