Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/test/
H A Dut.c18 gd->flags &= ~(GD_FLG_SILENT | GD_FLG_RECORD); in ut_fail()
28 gd->flags &= ~(GD_FLG_SILENT | GD_FLG_RECORD); in ut_failf()
/OK3568_Linux_fs/u-boot/common/
H A Dconsole.c86 gd->flags |= GD_FLG_SILENT; in on_silent()
88 gd->flags &= ~GD_FLG_SILENT; in on_silent()
539 if (gd->flags & GD_FLG_SILENT) in putc()
641 gd->flags &= ~(GD_FLG_RECORD | GD_FLG_SILENT | GD_FLG_DISABLE_CONSOLE); in console_record_print_purge()
773 gd->flags |= GD_FLG_SILENT; in console_update_silent()
775 gd->flags &= ~GD_FLG_SILENT; in console_update_silent()
944 if (!(gd->flags & GD_FLG_SILENT)) in console_init_r()
H A Dautoboot.c269 gd->flags &= ~GD_FLG_SILENT;
H A Dbootm.c623 else if (want_silent == -1 && !(gd->flags & GD_FLG_SILENT)) in fixup_silent_linux()
H A DKconfig304 GD_FLG_SILENT flag is set. Changing the environment variable later
326 GD_FLG_SILENT flag.
/OK3568_Linux_fs/u-boot/board/freescale/mpc8313erdb/
H A Dmpc8313erdb.c30 gd->flags |= GD_FLG_SILENT; in board_early_init_f()
149 if (gd->flags & GD_FLG_SILENT) in putc()
H A Dsdram.c33 gd->flags &= ~GD_FLG_SILENT; in resume_from_sleep()
/OK3568_Linux_fs/u-boot/test/dm/
H A Dtest-main.c103 gd->flags |= GD_FLG_SILENT; in dm_do_test()
105 gd->flags &= ~GD_FLG_SILENT; in dm_do_test()
/OK3568_Linux_fs/u-boot/board/freescale/mpc8315erdb/
H A Dmpc8315erdb.c29 gd->flags |= GD_FLG_SILENT; in board_early_init_f()
237 if (gd->flags & GD_FLG_SILENT) in putc()
H A Dsdram.c32 gd->flags &= ~GD_FLG_SILENT; in resume_from_sleep()
/OK3568_Linux_fs/u-boot/board/sandbox/
H A Dsandbox.c55 gd->flags &= ~GD_FLG_SILENT; in board_late_init()
/OK3568_Linux_fs/u-boot/board/freescale/common/
H A Dmpc85xx_sleep.c36 gd->flags |= GD_FLG_SILENT | GD_FLG_DISABLE_CONSOLE; in fsl_dp_disable_console()
H A Darm_sleep.c47 gd->flags |= GD_FLG_SILENT | GD_FLG_DISABLE_CONSOLE; in fsl_dp_disable_console()
/OK3568_Linux_fs/u-boot/include/asm-generic/
H A Dglobal_data.h169 #define GD_FLG_SILENT 0x00004 /* Silent mode */ macro
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.silent17 suppressed by testing for the flag "GD_FLG_SILENT" in "gd->flags".
/OK3568_Linux_fs/u-boot/board/samsung/common/
H A Dboard.c314 gd->flags &= ~GD_FLG_SILENT; in board_late_init()