Lines Matching refs:SDEBUG

96 #define SDEBUG(...) do if (atom_debug) { printk(KERN_DEBUG); debug_print_spaces(debug_depth); print…  macro
99 #define SDEBUG(...) do { } while (0) macro
592 SDEBUG(" dst: "); in atom_op_add()
594 SDEBUG(" src: "); in atom_op_add()
597 SDEBUG(" dst: "); in atom_op_add()
606 SDEBUG(" dst: "); in atom_op_and()
608 SDEBUG(" src: "); in atom_op_and()
611 SDEBUG(" dst: "); in atom_op_and()
626 SDEBUG(" table: %d (%s)\n", idx, atom_table_names[idx]); in atom_op_calltable()
628 SDEBUG(" table: %d\n", idx); in atom_op_calltable()
644 SDEBUG(" dst: "); in atom_op_clear()
652 SDEBUG(" src1: "); in atom_op_compare()
654 SDEBUG(" src2: "); in atom_op_compare()
658 SDEBUG(" result: %s %s\n", ctx->ctx->cs_equal ? "EQ" : "NE", in atom_op_compare()
665 SDEBUG(" count: %d\n", count); in atom_op_delay()
678 SDEBUG(" src1: "); in atom_op_div()
680 SDEBUG(" src2: "); in atom_op_div()
726 SDEBUG(" taken: %s\n", execute ? "yes" : "no"); in atom_op_jump()
727 SDEBUG(" target: 0x%04X\n", target); in atom_op_jump()
754 SDEBUG(" dst: "); in atom_op_mask()
757 SDEBUG(" mask: 0x%08x", mask); in atom_op_mask()
758 SDEBUG(" src: "); in atom_op_mask()
762 SDEBUG(" dst: "); in atom_op_mask()
777 SDEBUG(" src: "); in atom_op_move()
779 SDEBUG(" dst: "); in atom_op_move()
787 SDEBUG(" src1: "); in atom_op_mul()
789 SDEBUG(" src2: "); in atom_op_mul()
804 SDEBUG(" dst: "); in atom_op_or()
806 SDEBUG(" src: "); in atom_op_or()
809 SDEBUG(" dst: "); in atom_op_or()
816 SDEBUG("POST card output: 0x%02X\n", val); in atom_op_postcard()
838 SDEBUG(" block: %d\n", idx); in atom_op_setdatablock()
845 SDEBUG(" base: 0x%04X\n", ctx->ctx->data_block); in atom_op_setdatablock()
851 SDEBUG(" fb_base: "); in atom_op_setfbbase()
862 SDEBUG(" port: %d (%s)\n", port, atom_io_names[port]); in atom_op_setport()
864 SDEBUG(" port: %d\n", port); in atom_op_setport()
886 SDEBUG(" base: 0x%04X\n", ctx->ctx->reg_block); in atom_op_setregblock()
896 SDEBUG(" dst: "); in atom_op_shift_left()
899 SDEBUG(" shift: %d\n", shift); in atom_op_shift_left()
901 SDEBUG(" dst: "); in atom_op_shift_left()
912 SDEBUG(" dst: "); in atom_op_shift_right()
915 SDEBUG(" shift: %d\n", shift); in atom_op_shift_right()
917 SDEBUG(" dst: "); in atom_op_shift_right()
927 SDEBUG(" dst: "); in atom_op_shl()
932 SDEBUG(" shift: %d\n", shift); in atom_op_shl()
936 SDEBUG(" dst: "); in atom_op_shl()
946 SDEBUG(" dst: "); in atom_op_shr()
951 SDEBUG(" shift: %d\n", shift); in atom_op_shr()
955 SDEBUG(" dst: "); in atom_op_shr()
964 SDEBUG(" dst: "); in atom_op_sub()
966 SDEBUG(" src: "); in atom_op_sub()
969 SDEBUG(" dst: "); in atom_op_sub()
977 SDEBUG(" switch: "); in atom_op_switch()
982 SDEBUG(" case: "); in atom_op_switch()
988 SDEBUG(" target: %04X\n", target); in atom_op_switch()
1004 SDEBUG(" src1: "); in atom_op_test()
1006 SDEBUG(" src2: "); in atom_op_test()
1009 SDEBUG(" result: %s\n", ctx->ctx->cs_equal ? "EQ" : "NE"); in atom_op_test()
1017 SDEBUG(" dst: "); in atom_op_xor()
1019 SDEBUG(" src: "); in atom_op_xor()
1022 SDEBUG(" dst: "); in atom_op_xor()
1175 SDEBUG(">> execute %04X (len %d, WS %d, PS %d)\n", base, len, ws, ps); in atom_execute_table_locked()
1192 SDEBUG("%s @ 0x%04X\n", atom_op_names[op], ptr - 1); in atom_execute_table_locked()
1194 SDEBUG("[%d] @ 0x%04X\n", op, ptr - 1); in atom_execute_table_locked()
1212 SDEBUG("<<\n"); in atom_execute_table_locked()