Searched refs:SDEBUG (Results 1 – 2 of 2) sorted by relevance
96 #define SDEBUG(...) do if (amdgpu_atom_debug) { printk(KERN_DEBUG); debug_print_spaces(debug_depth)… macro99 #define SDEBUG(...) do { } while (0) macro583 SDEBUG(" dst: "); in atom_op_add()585 SDEBUG(" src: "); in atom_op_add()588 SDEBUG(" dst: "); in atom_op_add()597 SDEBUG(" dst: "); in atom_op_and()599 SDEBUG(" src: "); in atom_op_and()602 SDEBUG(" dst: "); in atom_op_and()617 SDEBUG(" table: %d (%s)\n", idx, atom_table_names[idx]); in atom_op_calltable()619 SDEBUG(" table: %d\n", idx); in atom_op_calltable()[all …]
97 #define SDEBUG(...) do if (atom_debug) { printk(KERN_DEBUG); debug_print_spaces(debug_depth); print… macro100 #define SDEBUG(...) do { } while (0) macro587 SDEBUG(" dst: "); in atom_op_add()589 SDEBUG(" src: "); in atom_op_add()592 SDEBUG(" dst: "); in atom_op_add()601 SDEBUG(" dst: "); in atom_op_and()603 SDEBUG(" src: "); in atom_op_and()606 SDEBUG(" dst: "); in atom_op_and()621 SDEBUG(" table: %d (%s)\n", idx, atom_table_names[idx]); in atom_op_calltable()623 SDEBUG(" table: %d\n", idx); in atom_op_calltable()[all …]