Home
last modified time | relevance | path

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

/openbmc/u-boot/common/
H A Dconsole.c388 if (gd->flags & GD_FLG_DISABLE_CONSOLE) in getc()
416 if (gd->flags & GD_FLG_DISABLE_CONSOLE) in tstc()
519 if (gd->flags & GD_FLG_DISABLE_CONSOLE) in putc()
567 if (gd->flags & GD_FLG_DISABLE_CONSOLE) in puts()
/openbmc/u-boot/board/freescale/common/
H A Dmpc85xx_sleep.c35 gd->flags |= GD_FLG_SILENT | GD_FLG_DISABLE_CONSOLE; in fsl_dp_disable_console()
H A Darm_sleep.c46 gd->flags |= GD_FLG_SILENT | GD_FLG_DISABLE_CONSOLE; in fsl_dp_disable_console()
/openbmc/u-boot/include/asm-generic/
H A Dglobal_data.h154 #define GD_FLG_DISABLE_CONSOLE 0x00040 /* Disable console (in & out) */ macro
/openbmc/u-boot/arch/arm/mach-stm32mp/
H A Dcpu.c178 gd->flags |= GD_FLG_SILENT | GD_FLG_DISABLE_CONSOLE; in arch_cpu_init()