Searched refs:LOGL_NOTICE (Results 1 – 4 of 4) sorted by relevance
/u-boot/include/dm/ |
A D | device_compat.h | 113 __dev_printk(LOGL_NOTICE, dev, fmt, ##__VA_ARGS__)
|
/u-boot/include/ |
A D | log.h | 35 LOGL_NOTICE, enumerator 164 #define log_notice(_fmt...) log(LOG_CATEGORY, LOGL_NOTICE, ##_fmt)
|
/u-boot/test/log/ |
A D | log_test.c | 273 log_notice("level %d\n", LOGL_NOTICE); in do_log_test_helpers()
|
/u-boot/drivers/tpm/ |
A D | tpm2_tis_spi.c | 595 log(LOGC_NONE, LOGL_NOTICE, "%s: missing reset GPIO\n", in tpm_tis_spi_probe()
|
Completed in 6 milliseconds