Home
last modified time | relevance | path

Searched refs:LOGL_FIRST (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/test/py/tests/
H A Dtest_log.py13 LOGL_FIRST, LOGL_WARNING, LOGL_INFO = (0, 4, 6) variable
/openbmc/u-boot/test/log/
H A Dlog_test.c17 for (i = LOGL_FIRST; i < LOGL_COUNT; i++) { in log_run()
/openbmc/u-boot/include/
H A Dlog.h31 LOGL_FIRST = LOGL_EMERG, enumerator