Lines Matching refs:SDEBUG
102 #define SDEBUG(...) do if (atom_debug) { printk(KERN_DEBUG); debug_print_spaces(debug_depth); print… macro
105 #define SDEBUG(...) do { } while (0) macro
588 SDEBUG(" dst: "); in atom_op_add()
590 SDEBUG(" src: "); in atom_op_add()
593 SDEBUG(" dst: "); in atom_op_add()
602 SDEBUG(" dst: "); in atom_op_and()
604 SDEBUG(" src: "); in atom_op_and()
607 SDEBUG(" dst: "); in atom_op_and()
622 SDEBUG(" table: %d (%s)\n", idx, atom_table_names[idx]); in atom_op_calltable()
624 SDEBUG(" table: %d\n", idx); in atom_op_calltable()
640 SDEBUG(" dst: "); in atom_op_clear()
648 SDEBUG(" src1: "); in atom_op_compare()
650 SDEBUG(" src2: "); in atom_op_compare()
654 SDEBUG(" result: %s %s\n", ctx->ctx->cs_equal ? "EQ" : "NE", in atom_op_compare()
661 SDEBUG(" count: %d\n", count); in atom_op_delay()
674 SDEBUG(" src1: "); in atom_op_div()
676 SDEBUG(" src2: "); in atom_op_div()
722 SDEBUG(" taken: %s\n", str_yes_no(execute)); in atom_op_jump()
723 SDEBUG(" target: 0x%04X\n", target); in atom_op_jump()
750 SDEBUG(" dst: "); in atom_op_mask()
753 SDEBUG(" mask: 0x%08x", mask); in atom_op_mask()
754 SDEBUG(" src: "); in atom_op_mask()
758 SDEBUG(" dst: "); in atom_op_mask()
773 SDEBUG(" src: "); in atom_op_move()
775 SDEBUG(" dst: "); in atom_op_move()
783 SDEBUG(" src1: "); in atom_op_mul()
785 SDEBUG(" src2: "); in atom_op_mul()
800 SDEBUG(" dst: "); in atom_op_or()
802 SDEBUG(" src: "); in atom_op_or()
805 SDEBUG(" dst: "); in atom_op_or()
812 SDEBUG("POST card output: 0x%02X\n", val); in atom_op_postcard()
834 SDEBUG(" block: %d\n", idx); in atom_op_setdatablock()
841 SDEBUG(" base: 0x%04X\n", ctx->ctx->data_block); in atom_op_setdatablock()
847 SDEBUG(" fb_base: "); in atom_op_setfbbase()
858 SDEBUG(" port: %d (%s)\n", port, atom_io_names[port]); in atom_op_setport()
860 SDEBUG(" port: %d\n", port); in atom_op_setport()
882 SDEBUG(" base: 0x%04X\n", ctx->ctx->reg_block); in atom_op_setregblock()
892 SDEBUG(" dst: "); in atom_op_shift_left()
895 SDEBUG(" shift: %d\n", shift); in atom_op_shift_left()
897 SDEBUG(" dst: "); in atom_op_shift_left()
908 SDEBUG(" dst: "); in atom_op_shift_right()
911 SDEBUG(" shift: %d\n", shift); in atom_op_shift_right()
913 SDEBUG(" dst: "); in atom_op_shift_right()
923 SDEBUG(" dst: "); in atom_op_shl()
928 SDEBUG(" shift: %d\n", shift); in atom_op_shl()
932 SDEBUG(" dst: "); in atom_op_shl()
942 SDEBUG(" dst: "); in atom_op_shr()
947 SDEBUG(" shift: %d\n", shift); in atom_op_shr()
951 SDEBUG(" dst: "); in atom_op_shr()
960 SDEBUG(" dst: "); in atom_op_sub()
962 SDEBUG(" src: "); in atom_op_sub()
965 SDEBUG(" dst: "); in atom_op_sub()
973 SDEBUG(" switch: "); in atom_op_switch()
978 SDEBUG(" case: "); in atom_op_switch()
984 SDEBUG(" target: %04X\n", target); in atom_op_switch()
1000 SDEBUG(" src1: "); in atom_op_test()
1002 SDEBUG(" src2: "); in atom_op_test()
1005 SDEBUG(" result: %s\n", ctx->ctx->cs_equal ? "EQ" : "NE"); in atom_op_test()
1013 SDEBUG(" dst: "); in atom_op_xor()
1015 SDEBUG(" src: "); in atom_op_xor()
1018 SDEBUG(" dst: "); in atom_op_xor()
1171 SDEBUG(">> execute %04X (len %d, WS %d, PS %d)\n", base, len, ws, ps); in atom_execute_table_locked()
1188 SDEBUG("%s @ 0x%04X\n", atom_op_names[op], ptr - 1); in atom_execute_table_locked()
1190 SDEBUG("[%d] @ 0x%04X\n", op, ptr - 1); in atom_execute_table_locked()
1208 SDEBUG("<<\n"); in atom_execute_table_locked()