Searched refs:D_FCALL (Results 1 - 1 of 1) sorted by relevance

/u-boot/arch/x86/cpu/quark/
H A Dmrc_util.h28 #define D_FCALL 0x0010 macro
36 #define D_FCALL 0 macro
41 #define ENTERFN(...) debug_cond(D_FCALL, "<%s>\n", __func__)
42 #define LEAVEFN(...) debug_cond(D_FCALL, "</%s>\n", __func__)
43 #define REPORTFN(...) debug_cond(D_FCALL, "<%s/>\n", __func__)

Completed in 79 milliseconds