Searched refs:do_debug (Results 1 – 8 of 8) sorted by relevance
18 #define do_debug 1 macro20 #define do_debug 0 macro
45 if (do_debug) \
1011 if (do_debug) in ctcmpc_tx()
700 if (do_debug) in mpc_rcvd_sweep_req()
400 if (do_debug) in chx_rx()
493 extern int do_debug; /* (-D) program argument. */495 #define DBGPRINTF(Fmt,...) do {if (do_debug) \499 #define DBGPRINT_COUNT_TYPE(Msg,Ty) do {if (do_debug) \
68 extern void do_debug (struct pt_regs*);154 { EXCCAUSE_MAPPED_DEBUG, 0, do_debug },348 do_debug(struct pt_regs *regs) in do_debug() function