Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dlog.h358 LOGF_FUNC, enumerator
362 LOGF_DEFAULT = (1 << LOGF_FUNC) | (1 << LOGF_MSG),
/openbmc/u-boot/common/
H A Dlog_console.c36 if (fmt & (1 << LOGF_FUNC)) in log_console_emit()