Home
last modified time | relevance | path

Searched refs:LOGF_FUNC (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/include/
Dlog.h312 LOGF_FUNC, enumerator
316 LOGF_DEFAULT = (1 << LOGF_FUNC) | (1 << LOGF_MSG),
/external/u-boot/common/
Dlog_console.c36 if (fmt & (1 << LOGF_FUNC)) in log_console_emit()