Home
last modified time | relevance | path

Searched refs:GD_FLG_SILENT (Results 1 – 17 of 17) sorted by relevance

/external/u-boot/test/
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()
/external/u-boot/common/
Dconsole.c80 gd->flags |= GD_FLG_SILENT; in on_silent()
82 gd->flags &= ~GD_FLG_SILENT; in on_silent()
512 if (gd->flags & GD_FLG_SILENT) in putc()
553 if (gd->flags & GD_FLG_SILENT) in puts()
720 gd->flags |= GD_FLG_SILENT; in console_update_silent()
722 gd->flags &= ~GD_FLG_SILENT; in console_update_silent()
890 if (!(gd->flags & GD_FLG_SILENT)) in console_init_r()
Dautoboot.c267 gd->flags &= ~GD_FLG_SILENT; in abortboot()
Dbootm.c567 else if (want_silent == -1 && !(gd->flags & GD_FLG_SILENT)) in fixup_silent_linux()
DKconfig291 GD_FLG_SILENT flag is set. Changing the environment variable later
313 GD_FLG_SILENT flag.
/external/u-boot/board/freescale/mpc8313erdb/
Dmpc8313erdb.c29 gd->flags |= GD_FLG_SILENT; in board_early_init_f()
148 if (gd->flags & GD_FLG_SILENT) in putc()
Dsdram.c32 gd->flags &= ~GD_FLG_SILENT; in resume_from_sleep()
/external/u-boot/test/dm/
Dtest-main.c102 gd->flags |= GD_FLG_SILENT; in dm_do_test()
104 gd->flags &= ~GD_FLG_SILENT; in dm_do_test()
/external/u-boot/board/freescale/mpc8315erdb/
Dmpc8315erdb.c28 gd->flags |= GD_FLG_SILENT; in board_early_init_f()
236 if (gd->flags & GD_FLG_SILENT) in putc()
Dsdram.c31 gd->flags &= ~GD_FLG_SILENT; in resume_from_sleep()
/external/u-boot/board/sandbox/
Dsandbox.c55 gd->flags &= ~GD_FLG_SILENT; in board_late_init()
/external/u-boot/board/freescale/common/
Dmpc85xx_sleep.c35 gd->flags |= GD_FLG_SILENT | GD_FLG_DISABLE_CONSOLE; in fsl_dp_disable_console()
Darm_sleep.c46 gd->flags |= GD_FLG_SILENT | GD_FLG_DISABLE_CONSOLE; in fsl_dp_disable_console()
/external/u-boot/include/asm-generic/
Dglobal_data.h138 #define GD_FLG_SILENT 0x00004 /* Silent mode */ macro
/external/u-boot/doc/
DREADME.silent17 suppressed by testing for the flag "GD_FLG_SILENT" in "gd->flags".
/external/u-boot/arch/arm/mach-stm32mp/
Dcpu.c178 gd->flags |= GD_FLG_SILENT | GD_FLG_DISABLE_CONSOLE; in arch_cpu_init()
/external/u-boot/board/samsung/common/
Dboard.c313 gd->flags &= ~GD_FLG_SILENT; in board_late_init()