Home
last modified time | relevance | path

Searched refs:log_fmt (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/cmd/
H A Dlog.c34 gd->log_fmt = LOGF_DEFAULT; in do_log_format()
36 gd->log_fmt = LOGF_ALL; in do_log_format()
38 gd->log_fmt = 0; in do_log_format()
46 gd->log_fmt |= 1 << (ptr - log_fmt_chars); in do_log_format()
52 if (gd->log_fmt & (1 << i)) in do_log_format()
/openbmc/u-boot/common/
H A Dlog_console.c16 int fmt = gd->log_fmt; in log_console_emit()
H A Dlog.c320 gd->log_fmt = LOGF_DEFAULT; in log_init()
/openbmc/u-boot/include/asm-generic/
H A Dglobal_data.h127 int log_fmt; /* Mask containing log format info */ member
/openbmc/u-boot/include/
H A Dlog.h353 enum log_fmt { enum