Home
last modified time | relevance | path

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

/openbmc/u-boot/test/
H A Dut.c17 gd->flags &= ~(GD_FLG_SILENT | GD_FLG_RECORD); in ut_fail()
27 gd->flags &= ~(GD_FLG_SILENT | GD_FLG_RECORD); in ut_failf()
/openbmc/u-boot/include/asm-generic/
H A Dglobal_data.h160 #define GD_FLG_RECORD 0x01000 /* Record console */ macro
/openbmc/u-boot/common/
H A Dconsole.c510 if ((gd->flags & GD_FLG_RECORD) && gd->console_out.start) in putc()
558 if ((gd->flags & GD_FLG_RECORD) && gd->console_out.start) in puts()
606 gd->flags |= GD_FLG_RECORD; in console_record_reset_enable()