Searched refs:SDEBUG (Results 1 – 2 of 2) sorted by relevance
98 #define SDEBUG(...) do if (amdgpu_atom_debug) { printk(KERN_DEBUG); debug_print_spaces(debug_depth)… macro101 #define SDEBUG(...) do { } while (0) macro585 SDEBUG(" dst: "); in atom_op_add()587 SDEBUG(" src: "); in atom_op_add()590 SDEBUG(" dst: "); in atom_op_add()599 SDEBUG(" dst: "); in atom_op_and()601 SDEBUG(" src: "); in atom_op_and()604 SDEBUG(" dst: "); in atom_op_and()619 SDEBUG(" table: %d (%s)\n", idx, atom_table_names[idx]); in atom_op_calltable()621 SDEBUG(" table: %d\n", idx); in atom_op_calltable()[all …]
101 #define SDEBUG(...) do if (atom_debug) { printk(KERN_DEBUG); debug_print_spaces(debug_depth); print… macro104 #define SDEBUG(...) do { } while (0) macro591 SDEBUG(" dst: "); in atom_op_add()593 SDEBUG(" src: "); in atom_op_add()596 SDEBUG(" dst: "); in atom_op_add()605 SDEBUG(" dst: "); in atom_op_and()607 SDEBUG(" src: "); in atom_op_and()610 SDEBUG(" dst: "); in atom_op_and()625 SDEBUG(" table: %d (%s)\n", idx, atom_table_names[idx]); in atom_op_calltable()627 SDEBUG(" table: %d\n", idx); in atom_op_calltable()[all …]