Home
last modified time | relevance | path

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

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