Home
last modified time | relevance | path

Searched refs:GD_FLG_SERIAL_READY (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/common/
H A Dconsole.c495 if (!gd || !(gd->flags & GD_FLG_SERIAL_READY)) { in putc()
502 if (!gd || !(gd->flags & GD_FLG_SERIAL_READY)) { in putc()
540 if (!gd || !(gd->flags & GD_FLG_SERIAL_READY)) { in puts()
546 if (!gd || !(gd->flags & GD_FLG_SERIAL_READY)) { in puts()
H A Dboard_f.c1040 gd->flags &= ~(GD_FLG_SERIAL_READY | GD_FLG_LOG_READY); in board_init_f_r()
/openbmc/u-boot/include/asm-generic/
H A Dglobal_data.h156 #define GD_FLG_SERIAL_READY 0x00100 /* Pre-reloc serial console ready */ macro
/openbmc/u-boot/arch/x86/lib/
H A Dspl.c107 gd->flags &= ~GD_FLG_SERIAL_READY; in board_init_f_r()
/openbmc/u-boot/drivers/serial/
H A Dserial.c349 gd->flags |= GD_FLG_SERIAL_READY; in serial_init()
H A Dserial-uclass.c161 gd->flags |= GD_FLG_SERIAL_READY; in serial_init()