Lines Matching refs:SDEBUG

97 #define SDEBUG(...) do if (atom_debug) { printk(KERN_DEBUG); debug_print_spaces(debug_depth); print…  macro
100 #define SDEBUG(...) do { } while (0) macro
587 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()
639 SDEBUG(" dst: "); in atom_op_clear()
647 SDEBUG(" src1: "); in atom_op_compare()
649 SDEBUG(" src2: "); in atom_op_compare()
653 SDEBUG(" result: %s %s\n", ctx->ctx->cs_equal ? "EQ" : "NE", in atom_op_compare()
660 SDEBUG(" count: %d\n", count); in atom_op_delay()
673 SDEBUG(" src1: "); in atom_op_div()
675 SDEBUG(" src2: "); in atom_op_div()
721 SDEBUG(" taken: %s\n", execute ? "yes" : "no"); in atom_op_jump()
722 SDEBUG(" target: 0x%04X\n", target); in atom_op_jump()
749 SDEBUG(" dst: "); in atom_op_mask()
752 SDEBUG(" mask: 0x%08x", mask); in atom_op_mask()
753 SDEBUG(" src: "); in atom_op_mask()
757 SDEBUG(" dst: "); in atom_op_mask()
772 SDEBUG(" src: "); in atom_op_move()
774 SDEBUG(" dst: "); in atom_op_move()
782 SDEBUG(" src1: "); in atom_op_mul()
784 SDEBUG(" src2: "); in atom_op_mul()
799 SDEBUG(" dst: "); in atom_op_or()
801 SDEBUG(" src: "); in atom_op_or()
804 SDEBUG(" dst: "); in atom_op_or()
811 SDEBUG("POST card output: 0x%02X\n", val); in atom_op_postcard()
833 SDEBUG(" block: %d\n", idx); in atom_op_setdatablock()
840 SDEBUG(" base: 0x%04X\n", ctx->ctx->data_block); in atom_op_setdatablock()
846 SDEBUG(" fb_base: "); in atom_op_setfbbase()
857 SDEBUG(" port: %d (%s)\n", port, atom_io_names[port]); in atom_op_setport()
859 SDEBUG(" port: %d\n", port); in atom_op_setport()
881 SDEBUG(" base: 0x%04X\n", ctx->ctx->reg_block); in atom_op_setregblock()
891 SDEBUG(" dst: "); in atom_op_shift_left()
894 SDEBUG(" shift: %d\n", shift); in atom_op_shift_left()
896 SDEBUG(" dst: "); in atom_op_shift_left()
907 SDEBUG(" dst: "); in atom_op_shift_right()
910 SDEBUG(" shift: %d\n", shift); in atom_op_shift_right()
912 SDEBUG(" dst: "); in atom_op_shift_right()
922 SDEBUG(" dst: "); in atom_op_shl()
927 SDEBUG(" shift: %d\n", shift); in atom_op_shl()
931 SDEBUG(" dst: "); in atom_op_shl()
941 SDEBUG(" dst: "); in atom_op_shr()
946 SDEBUG(" shift: %d\n", shift); in atom_op_shr()
950 SDEBUG(" dst: "); in atom_op_shr()
959 SDEBUG(" dst: "); in atom_op_sub()
961 SDEBUG(" src: "); in atom_op_sub()
964 SDEBUG(" dst: "); in atom_op_sub()
972 SDEBUG(" switch: "); in atom_op_switch()
977 SDEBUG(" case: "); in atom_op_switch()
983 SDEBUG(" target: %04X\n", target); in atom_op_switch()
999 SDEBUG(" src1: "); in atom_op_test()
1001 SDEBUG(" src2: "); in atom_op_test()
1004 SDEBUG(" result: %s\n", ctx->ctx->cs_equal ? "EQ" : "NE"); in atom_op_test()
1012 SDEBUG(" dst: "); in atom_op_xor()
1014 SDEBUG(" src: "); in atom_op_xor()
1017 SDEBUG(" dst: "); in atom_op_xor()
1170 SDEBUG(">> execute %04X (len %d, WS %d, PS %d)\n", base, len, ws, ps); in atom_execute_table_locked()
1187 SDEBUG("%s @ 0x%04X\n", atom_op_names[op], ptr - 1); in atom_execute_table_locked()
1189 SDEBUG("[%d] @ 0x%04X\n", op, ptr - 1); in atom_execute_table_locked()
1207 SDEBUG("<<\n"); in atom_execute_table_locked()