Home
last modified time | relevance | path

Searched defs:debug (Results 1 – 25 of 28) sorted by relevance

12

/u-boot/tools/
A Ddumpimage.h27 #define debug(fmt, args...) printf(fmt, ##args) macro
29 #define debug(fmt, args...) macro
A Dmkimage.h27 #define debug(fmt,args...) printf (fmt ,##args) macro
29 #define debug(fmt,args...) macro
A Drelocate-rela.c25 static void debug(const char *fmt, ...) in debug() function
A Difdtool.c27 #define debug(fmt, args...) printf(fmt, ##args) macro
29 #define debug(fmt, args...) macro
A Dfdtgrep.c27 #define debug(a, b...) fprintf(stderr, a, ## b) macro
29 #define debug(a, b...) macro
A Dproftool.c67 #define debug(fmt, b...) outf(4, fmt, ##b) macro
A Dasn1_compiler.c315 #define debug(fmt, ...) do { if (debug_opt) printf(fmt, ## __VA_ARGS__); } while (0) macro
/u-boot/tools/binman/
A Dbinman42 def RunTests(debug, verbosity, processes, test_preserve_dirs, args, toolpath): argument
A Dmain.py42 def RunTests(debug, verbosity, processes, test_preserve_dirs, args, toolpath): argument
/u-boot/include/
A Duboot_aes.h14 #define debug(...) do {} while (0) macro
A Dlog.h248 #define debug(fmt, args...) \ macro
A Dfsl_immap.h133 u32 debug[64]; /* debug_1 to debug_64 */ member
/u-boot/tools/patman/
A Dtest_util.py141 def RunTestSuites(result, debug, verbosity, test_preserve_dirs, processes, argument
/u-boot/lib/
A Dfdtdec_common.c19 #define debug(...) macro
A Dhashtable.c27 # define debug(fmt,args...) printf(fmt ,##args) macro
29 # define debug(fmt,args...) macro
/u-boot/arch/mips/lib/
A Dtraps.c86 unsigned int debug; in do_ejtag_debug() local
/u-boot/common/
A Dmiiphyutil.c29 #define debug(fmt, args...) printf(fmt, ##args) macro
31 #define debug(fmt, args...) macro
/u-boot/arch/nds32/cpu/n1213/
A Dstart.S468 debug: label
/u-boot/scripts/dtc/
A Ddtc.h42 #define debug(...) printf(__VA_ARGS__) macro
44 #define debug(...) macro
/u-boot/arch/arm/include/asm/
A Dprocessor.h75 struct debug_info debug; member
/u-boot/drivers/i2c/
A Dmvtwsi.c64 u32 debug; /* Dummy field for build compatibility with mvebu */ member
81 u32 debug; member
/u-boot/drivers/usb/host/
A Dsl811-hcd.c39 static int debug = 9; variable
/u-boot/include/usb/
A Dulpi.h194 u8 debug; member
/u-boot/scripts/kconfig/
A Dqconf.cc1074 QString head, debug, help; in menuInfo() local
1129 QString debug; in debug_info() local
/u-boot/drivers/bios_emulator/include/x86emu/
A Dregs.h284 int debug; member

Completed in 84 milliseconds

12