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

/u-boot/include/dm/
H A Ddevice_compat.h114 __dev_printk(LOGL_NOTICE, dev, fmt, ##__VA_ARGS__)
/u-boot/drivers/tpm/
H A Dtpm2_tis_spi.c241 log(LOGC_NONE, LOGL_NOTICE,
245 log(LOGC_NONE, LOGL_NOTICE,
/u-boot/include/
H A Dlog.h34 /** @LOGL_NOTICE: Normal but significant condition, printf() */
35 LOGL_NOTICE, enumerator in enum:log_level_t
180 #define log_notice(_fmt...) log(LOG_CATEGORY, LOGL_NOTICE, ##_fmt)
/u-boot/test/log/
H A Dlog_test.c273 log_notice("level %d\n", LOGL_NOTICE);

Completed in 103 milliseconds