Home
last modified time | relevance | path

Searched refs:GD_FLG_SILENT (Results 1 – 17 of 17) 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/common/
H A Dconsole.c80 gd->flags |= GD_FLG_SILENT; in on_silent()
82 gd->flags &= ~GD_FLG_SILENT; in on_silent()
514 if (gd->flags & GD_FLG_SILENT) in putc()
562 if (gd->flags & GD_FLG_SILENT) in puts()
727 gd->flags |= GD_FLG_SILENT; in console_update_silent()
729 gd->flags &= ~GD_FLG_SILENT; in console_update_silent()
897 if (!(gd->flags & GD_FLG_SILENT)) in console_init_r()
H A Dautoboot.c267 gd->flags &= ~GD_FLG_SILENT; in abortboot()
H A Dbootm.c565 else if (want_silent == -1 && !(gd->flags & GD_FLG_SILENT)) in fixup_silent_linux()
H A DKconfig335 GD_FLG_SILENT flag is set. Changing the environment variable later
357 GD_FLG_SILENT flag.
/openbmc/u-boot/board/freescale/mpc8313erdb/
H A Dmpc8313erdb.c29 gd->flags |= GD_FLG_SILENT; in board_early_init_f()
148 if (gd->flags & GD_FLG_SILENT) in putc()
H A Dsdram.c32 gd->flags &= ~GD_FLG_SILENT; in resume_from_sleep()
/openbmc/u-boot/test/dm/
H A Dtest-main.c102 gd->flags |= GD_FLG_SILENT; in dm_do_test()
104 gd->flags &= ~GD_FLG_SILENT; in dm_do_test()
/openbmc/u-boot/board/freescale/mpc8315erdb/
H A Dmpc8315erdb.c28 gd->flags |= GD_FLG_SILENT; in board_early_init_f()
236 if (gd->flags & GD_FLG_SILENT) in putc()
H A Dsdram.c31 gd->flags &= ~GD_FLG_SILENT; in resume_from_sleep()
/openbmc/u-boot/board/sandbox/
H A Dsandbox.c68 gd->flags &= ~GD_FLG_SILENT; in board_late_init()
/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.h150 #define GD_FLG_SILENT 0x00004 /* Silent mode */ macro
/openbmc/u-boot/doc/
H A DREADME.silent17 suppressed by testing for the flag "GD_FLG_SILENT" in "gd->flags".
/openbmc/u-boot/board/samsung/common/
H A Dboard.c287 gd->flags &= ~GD_FLG_SILENT; in board_late_init()
/openbmc/u-boot/arch/arm/mach-stm32mp/
H A Dcpu.c178 gd->flags |= GD_FLG_SILENT | GD_FLG_DISABLE_CONSOLE; in arch_cpu_init()