HomeSort by relevance Sort by last modified time
    Searched refs:D_FCALL (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/
memory_options.h 73 #define D_FCALL 0x0010
77 #define ENTERFN() DPF(D_FCALL, "<%s>\n", __FUNCTION__)
78 #define LEAVEFN() DPF(D_FCALL, "</%s>\n", __FUNCTION__)
79 #define REPORTFN() DPF(D_FCALL, "<%s/>\n", __FUNCTION__)
  /external/u-boot/arch/x86/cpu/quark/
mrc_util.h 26 #define D_FCALL 0x0010
34 #define D_FCALL 0
39 #define ENTERFN(...) debug_cond(D_FCALL, "<%s>\n", __func__)
40 #define LEAVEFN(...) debug_cond(D_FCALL, "</%s>\n", __func__)
41 #define REPORTFN(...) debug_cond(D_FCALL, "<%s/>\n", __func__)

Completed in 3785 milliseconds