Searched defs:debug (Results 1 - 25 of 31) sorted by relevance

12

/u-boot/tools/
H A Ddumpimage.h27 #define debug(fmt, args...) printf(fmt, ##args) macro
29 #define debug(fmt, args...) macro
H A Dmkimage.h28 #define debug(fmt,args...) printf (fmt ,##args) macro
30 #define debug(fmt,args...) macro
H A Drelocate-rela.c79 static void debug(const char *fmt, ...) function
[all...]
H A Difdtool.c27 #define debug(fmt, args...) printf(fmt, ##args) macro
29 #define debug(fmt, args...) macro
[all...]
H A Dfdtgrep.c27 #define debug(a, b...) fprintf(stderr, a, ## b) macro
29 #define debug(a, b...) macro
[all...]
/u-boot/lib/
H A Dfdtdec_common.c18 #define debug(...) macro
H A Dhashtable.c27 # define debug(fmt,args...) printf(fmt ,##args) macro
29 # define debug(fmt,args...) macro
[all...]
/u-boot/include/
H A Duboot_aes.h14 #define debug(...) do {} while (0) macro
H A Dlog.h273 #define debug(fmt, args...) \ macro
/u-boot/tools/u_boot_pylib/
H A Dtout.py141 def debug(msg): function
/u-boot/arch/mips/lib/
H A Dtraps.c87 unsigned int debug; local
/u-boot/arch/arm/include/asm/
H A Dprocessor.h75 struct debug_info debug; member in struct:thread_struct
/u-boot/arch/mips/mach-octeon/
H A Dcvmx-range.c35 static const int debug; variable
[all...]
H A Dcvmx-helper-pko3.c60 static const int debug; variable
[all...]
H A Dcvmx-pko.c64 static const int debug; variable
[all...]
H A Dcvmx-pko3.c51 static const int debug; variable
[all...]
H A Dcvmx-pko3-queue.c54 static int debug; /* 1 for basic, 2 for detailed trace */ variable
[all...]
H A Dcvmx-fpa.c55 static const int debug; variable
[all...]
H A Dcvmx-helper-bgx.c46 static const int debug; variable
[all...]
/u-boot/common/
H A Dmiiphyutil.c27 #undef debug macro
29 #define debug(fmt, args...) printf(fmt, ##args) macro
31 #define debug(fmt, args...) macro
[all...]
/u-boot/scripts/dtc/
H A Ddtc.h42 #define debug(...) printf(__VA_ARGS__) macro
44 #define debug(...) macro
/u-boot/include/usb/
H A Dulpi.h194 u8 debug; member in struct:ulpi_regs
/u-boot/drivers/i2c/
H A Dmvtwsi.c66 u32 debug; /* Dummy field for build compatibility with mvebu */ member in struct:mvtwsi_registers
83 u32 debug; member in struct:mvtwsi_registers
/u-boot/scripts/kconfig/
H A Dqconf.cc1074 QString head, debug, help; local
1129 QString debug; local
[all...]
/u-boot/drivers/bios_emulator/include/x86emu/
H A Dregs.h285 int debug; member in struct:__anon51

Completed in 149 milliseconds

12