Lines Matching refs:SDEBUG
101 #define SDEBUG(...) do if (atom_debug) { printk(KERN_DEBUG); debug_print_spaces(debug_depth); print… macro
104 #define SDEBUG(...) do { } while (0) macro
591 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()
643 SDEBUG(" dst: "); in atom_op_clear()
651 SDEBUG(" src1: "); in atom_op_compare()
653 SDEBUG(" src2: "); in atom_op_compare()
657 SDEBUG(" result: %s %s\n", ctx->ctx->cs_equal ? "EQ" : "NE", in atom_op_compare()
664 SDEBUG(" count: %d\n", count); in atom_op_delay()
677 SDEBUG(" src1: "); in atom_op_div()
679 SDEBUG(" src2: "); in atom_op_div()
725 SDEBUG(" taken: %s\n", execute ? "yes" : "no"); in atom_op_jump()
726 SDEBUG(" target: 0x%04X\n", target); in atom_op_jump()
753 SDEBUG(" dst: "); in atom_op_mask()
756 SDEBUG(" mask: 0x%08x", mask); in atom_op_mask()
757 SDEBUG(" src: "); in atom_op_mask()
761 SDEBUG(" dst: "); in atom_op_mask()
776 SDEBUG(" src: "); in atom_op_move()
778 SDEBUG(" dst: "); in atom_op_move()
786 SDEBUG(" src1: "); in atom_op_mul()
788 SDEBUG(" src2: "); in atom_op_mul()
803 SDEBUG(" dst: "); in atom_op_or()
805 SDEBUG(" src: "); in atom_op_or()
808 SDEBUG(" dst: "); in atom_op_or()
815 SDEBUG("POST card output: 0x%02X\n", val); in atom_op_postcard()
837 SDEBUG(" block: %d\n", idx); in atom_op_setdatablock()
844 SDEBUG(" base: 0x%04X\n", ctx->ctx->data_block); in atom_op_setdatablock()
850 SDEBUG(" fb_base: "); in atom_op_setfbbase()
861 SDEBUG(" port: %d (%s)\n", port, atom_io_names[port]); in atom_op_setport()
863 SDEBUG(" port: %d\n", port); in atom_op_setport()
885 SDEBUG(" base: 0x%04X\n", ctx->ctx->reg_block); in atom_op_setregblock()
895 SDEBUG(" dst: "); in atom_op_shift_left()
898 SDEBUG(" shift: %d\n", shift); in atom_op_shift_left()
900 SDEBUG(" dst: "); in atom_op_shift_left()
911 SDEBUG(" dst: "); in atom_op_shift_right()
914 SDEBUG(" shift: %d\n", shift); in atom_op_shift_right()
916 SDEBUG(" dst: "); in atom_op_shift_right()
926 SDEBUG(" dst: "); in atom_op_shl()
931 SDEBUG(" shift: %d\n", shift); in atom_op_shl()
935 SDEBUG(" dst: "); in atom_op_shl()
945 SDEBUG(" dst: "); in atom_op_shr()
950 SDEBUG(" shift: %d\n", shift); in atom_op_shr()
954 SDEBUG(" dst: "); in atom_op_shr()
963 SDEBUG(" dst: "); in atom_op_sub()
965 SDEBUG(" src: "); in atom_op_sub()
968 SDEBUG(" dst: "); in atom_op_sub()
976 SDEBUG(" switch: "); in atom_op_switch()
981 SDEBUG(" case: "); in atom_op_switch()
987 SDEBUG(" target: %04X\n", target); in atom_op_switch()
1003 SDEBUG(" src1: "); in atom_op_test()
1005 SDEBUG(" src2: "); in atom_op_test()
1008 SDEBUG(" result: %s\n", ctx->ctx->cs_equal ? "EQ" : "NE"); in atom_op_test()
1016 SDEBUG(" dst: "); in atom_op_xor()
1018 SDEBUG(" src: "); in atom_op_xor()
1021 SDEBUG(" dst: "); in atom_op_xor()
1174 SDEBUG(">> execute %04X (len %d, WS %d, PS %d)\n", base, len, ws, ps); in atom_execute_table_locked()
1191 SDEBUG("%s @ 0x%04X\n", atom_op_names[op], ptr - 1); in atom_execute_table_locked()
1193 SDEBUG("[%d] @ 0x%04X\n", op, ptr - 1); in atom_execute_table_locked()
1211 SDEBUG("<<\n"); in atom_execute_table_locked()