Home
last modified time | relevance | path

Searched refs:LOGL_DEBUG (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/include/
H A Dlog.h24 LOGL_DEBUG, /* Basic debug-level message */ enumerator
99 #define log_debug(_fmt...) log(LOG_CATEGORY, LOGL_DEBUG, ##_fmt)
149 log(LOG_CATEGORY, LOGL_DEBUG, fmt, ##args); \
/openbmc/u-boot/common/
H A Dbloblist.c230 log(LOGC_BLOBLIST, expected ? LOGL_WARNING : LOGL_DEBUG, in bloblist_init()
235 log(LOGC_BLOBLIST, LOGL_DEBUG, "Found existing bloblist\n"); in bloblist_init()
/openbmc/u-boot/drivers/core/
H A Duclass.c356 log(LOGC_DM, LOGL_DEBUG, "Looking for %s\n", ofnode_get_name(node)); in uclass_find_device_by_ofnode()
375 log(LOGC_DM, LOGL_DEBUG, " - result for %s: %s (ret=%d)\n", in uclass_find_device_by_ofnode()
502 log(LOGC_DM, LOGL_DEBUG, "Looking for %s\n", ofnode_get_name(node)); in uclass_get_device_by_ofnode()
505 log(LOGC_DM, LOGL_DEBUG, " - result for %s: %s (ret=%d)\n", in uclass_get_device_by_ofnode()
/openbmc/u-boot/test/log/
H A Dlog_test.c192 log_debug("level %d\n", LOGL_DEBUG); in log_test()
/openbmc/u-boot/doc/
H A DREADME.log34 LOGL_DEBUG - Debug information (useful for debugging a driver or subsystem)
83 level - e.g. set CONFIG_LOG_DEFAULT_LEVEL to 7 (LOGL_DEBUG) or more. Otherwise
134 with a level of LOGL_DEBUG and a category of LOGC_NONE.