Lines Matching refs:SDEBUG

103 #define SDEBUG(...) do if (atom_debug) { printk(KERN_DEBUG); debug_print_spaces(debug_depth); print…  macro
106 #define SDEBUG(...) do { } while (0) macro
603 SDEBUG(" dst: "); in atom_op_add()
605 SDEBUG(" src: "); in atom_op_add()
608 SDEBUG(" dst: "); in atom_op_add()
617 SDEBUG(" dst: "); in atom_op_and()
619 SDEBUG(" src: "); in atom_op_and()
622 SDEBUG(" dst: "); in atom_op_and()
637 SDEBUG(" table: %d (%s)\n", idx, atom_table_names[idx]); in atom_op_calltable()
639 SDEBUG(" table: %d\n", idx); in atom_op_calltable()
655 SDEBUG(" dst: "); in atom_op_clear()
663 SDEBUG(" src1: "); in atom_op_compare()
665 SDEBUG(" src2: "); in atom_op_compare()
669 SDEBUG(" result: %s %s\n", ctx->ctx->cs_equal ? "EQ" : "NE", in atom_op_compare()
676 SDEBUG(" count: %d\n", count); in atom_op_delay()
689 SDEBUG(" src1: "); in atom_op_div()
691 SDEBUG(" src2: "); in atom_op_div()
737 SDEBUG(" taken: %s\n", str_yes_no(execute)); in atom_op_jump()
738 SDEBUG(" target: 0x%04X\n", target); in atom_op_jump()
765 SDEBUG(" dst: "); in atom_op_mask()
768 SDEBUG(" mask: 0x%08x", mask); in atom_op_mask()
769 SDEBUG(" src: "); in atom_op_mask()
773 SDEBUG(" dst: "); in atom_op_mask()
788 SDEBUG(" src: "); in atom_op_move()
790 SDEBUG(" dst: "); in atom_op_move()
798 SDEBUG(" src1: "); in atom_op_mul()
800 SDEBUG(" src2: "); in atom_op_mul()
815 SDEBUG(" dst: "); in atom_op_or()
817 SDEBUG(" src: "); in atom_op_or()
820 SDEBUG(" dst: "); in atom_op_or()
827 SDEBUG("POST card output: 0x%02X\n", val); in atom_op_postcard()
849 SDEBUG(" block: %d\n", idx); in atom_op_setdatablock()
856 SDEBUG(" base: 0x%04X\n", ctx->ctx->data_block); in atom_op_setdatablock()
862 SDEBUG(" fb_base: "); in atom_op_setfbbase()
873 SDEBUG(" port: %d (%s)\n", port, atom_io_names[port]); in atom_op_setport()
875 SDEBUG(" port: %d\n", port); in atom_op_setport()
897 SDEBUG(" base: 0x%04X\n", ctx->ctx->reg_block); in atom_op_setregblock()
907 SDEBUG(" dst: "); in atom_op_shift_left()
910 SDEBUG(" shift: %d\n", shift); in atom_op_shift_left()
912 SDEBUG(" dst: "); in atom_op_shift_left()
923 SDEBUG(" dst: "); in atom_op_shift_right()
926 SDEBUG(" shift: %d\n", shift); in atom_op_shift_right()
928 SDEBUG(" dst: "); in atom_op_shift_right()
938 SDEBUG(" dst: "); in atom_op_shl()
943 SDEBUG(" shift: %d\n", shift); in atom_op_shl()
947 SDEBUG(" dst: "); in atom_op_shl()
957 SDEBUG(" dst: "); in atom_op_shr()
962 SDEBUG(" shift: %d\n", shift); in atom_op_shr()
966 SDEBUG(" dst: "); in atom_op_shr()
975 SDEBUG(" dst: "); in atom_op_sub()
977 SDEBUG(" src: "); in atom_op_sub()
980 SDEBUG(" dst: "); in atom_op_sub()
988 SDEBUG(" switch: "); in atom_op_switch()
993 SDEBUG(" case: "); in atom_op_switch()
999 SDEBUG(" target: %04X\n", target); in atom_op_switch()
1015 SDEBUG(" src1: "); in atom_op_test()
1017 SDEBUG(" src2: "); in atom_op_test()
1020 SDEBUG(" result: %s\n", ctx->ctx->cs_equal ? "EQ" : "NE"); in atom_op_test()
1028 SDEBUG(" dst: "); in atom_op_xor()
1030 SDEBUG(" src: "); in atom_op_xor()
1033 SDEBUG(" dst: "); in atom_op_xor()
1186 SDEBUG(">> execute %04X (len %d, WS %d, PS %d)\n", base, len, ws, ps); in atom_execute_table_locked()
1207 SDEBUG("%s @ 0x%04X\n", atom_op_names[op], ptr - 1); in atom_execute_table_locked()
1209 SDEBUG("[%d] @ 0x%04X\n", op, ptr - 1); in atom_execute_table_locked()
1227 SDEBUG("<<\n"); in atom_execute_table_locked()