HomeSort by relevance Sort by last modified time
    Searched refs:GD_FLG_SILENT (Results 1 - 15 of 15) sorted by null

  /external/u-boot/test/
ut.c 17 gd->flags &= ~(GD_FLG_SILENT | GD_FLG_RECORD);
27 gd->flags &= ~(GD_FLG_SILENT | GD_FLG_RECORD);
  /external/u-boot/board/sandbox/
sandbox.c 55 gd->flags &= ~GD_FLG_SILENT;
  /external/u-boot/board/freescale/common/
mpc85xx_sleep.c 35 gd->flags |= GD_FLG_SILENT | GD_FLG_DISABLE_CONSOLE;
arm_sleep.c 46 gd->flags |= GD_FLG_SILENT | GD_FLG_DISABLE_CONSOLE;
  /external/u-boot/board/freescale/mpc8313erdb/
mpc8313erdb.c 29 gd->flags |= GD_FLG_SILENT;
148 if (gd->flags & GD_FLG_SILENT)
sdram.c 32 gd->flags &= ~GD_FLG_SILENT;
  /external/u-boot/board/freescale/mpc8315erdb/
mpc8315erdb.c 28 gd->flags |= GD_FLG_SILENT;
236 if (gd->flags & GD_FLG_SILENT)
sdram.c 31 gd->flags &= ~GD_FLG_SILENT;
  /external/u-boot/test/dm/
test-main.c 102 gd->flags |= GD_FLG_SILENT;
104 gd->flags &= ~GD_FLG_SILENT;
  /external/u-boot/include/asm-generic/
global_data.h 138 #define GD_FLG_SILENT 0x00004 /* Silent mode */
  /external/u-boot/common/
console.c 80 gd->flags |= GD_FLG_SILENT;
82 gd->flags &= ~GD_FLG_SILENT;
512 if (gd->flags & GD_FLG_SILENT)
553 if (gd->flags & GD_FLG_SILENT)
720 gd->flags |= GD_FLG_SILENT;
722 gd->flags &= ~GD_FLG_SILENT;
890 if (!(gd->flags & GD_FLG_SILENT))
autoboot.c 267 gd->flags &= ~GD_FLG_SILENT;
bootm.c 567 else if (want_silent == -1 && !(gd->flags & GD_FLG_SILENT))
  /external/u-boot/arch/arm/mach-stm32mp/
cpu.c 178 gd->flags |= GD_FLG_SILENT | GD_FLG_DISABLE_CONSOLE;
  /external/u-boot/board/samsung/common/
board.c 313 gd->flags &= ~GD_FLG_SILENT;

Completed in 327 milliseconds