Searched refs:bmode (Results 1 – 11 of 11) sorted by relevance
| /arch/arm/mach-sc5xx/ |
| A D | spl.c | 23 u32 bmode; variable 47 const char *bmodestring = sc5xx_get_boot_mode(&bmode); in board_boot_order() 49 printf("ADI Boot Mode: 0x%x (%s)\n", bmode, bmodestring); in board_boot_order() 57 if (bmode == 0) { in board_boot_order() 74 if (bmode != 0 && bmode != 3) in board_return_to_bootrom() 75 bmode = CONFIG_ADI_SPL_FORCE_BMODE; in board_return_to_bootrom() 78 if (bmode >= (ARRAY_SIZE(adi_rom_boot_args))) in board_return_to_bootrom() 79 bmode = 0; in board_return_to_bootrom() 81 adi_rom_boot((void *)adi_rom_boot_args[bmode].addr, in board_return_to_bootrom() 82 adi_rom_boot_args[bmode].flags, in board_return_to_bootrom() [all …]
|
| A D | soc.c | 81 const char *sc5xx_get_boot_mode(u32 *bmode) in sc5xx_get_boot_mode() argument 113 *bmode = local_mode; in sc5xx_get_boot_mode() 133 u32 bmode; in print_cpuinfo() local 135 printf("CPU: ADSP %s (%s boot)\n", CONFIG_LDR_CPU, sc5xx_get_boot_mode(&bmode)); in print_cpuinfo()
|
| /arch/arm/mach-imx/ |
| A D | init.c | 108 const u32 bmode = IMX6_SRC_GPR10_BMODE; in boot_mode_apply() local 111 const u32 bmode = IMX7_SRC_GPR10_BMODE; in boot_mode_apply() 124 reg |= bmode; in boot_mode_apply() 126 reg &= ~bmode; in boot_mode_apply()
|
| A D | spl.c | 72 unsigned int bmode = readl(&src_base->sbmr2); in spl_boot_device() local 79 if (((bmode >> 24) & 0x03) == 0x01) /* Serial Downloader */ in spl_boot_device() 156 unsigned int bmode = readl(&src_base->sbmr2); in spl_boot_device() local 162 if (((bmode >> 24) & 0x03) == 0x01) /* Serial Downloader */ in spl_boot_device()
|
| A D | cmd_bmode.c | 96 bmode, 3, 0, do_boot_mode, 105 struct cmd_tbl *entry = ll_entry_get(struct cmd_tbl, bmode, cmd); in add_board_boot_modes()
|
| A D | Kconfig | 75 bool "Support the 'bmode' command" 79 This enables the 'bmode' (bootmode) command for forcing 84 on U-Boot. Using the reset button or running bmode normal
|
| /arch/arm/include/asm/arch-adi/sc5xx/ |
| A D | sc5xx.h | 19 const char *sc5xx_get_boot_mode(u32 *bmode);
|
| A D | spl.h | 21 extern u32 bmode;
|
| /arch/arm/mach-imx/mx6/ |
| A D | opos6ul.c | 152 unsigned int bmode = readl(&src_base->sbmr2); in board_boot_order() local 154 if (((bmode >> 24) & 0x03) == 0x01) /* Serial Downloader */ in board_boot_order()
|
| /arch/mips/mach-octeon/include/mach/ |
| A D | cvmx-sli-defs.h | 4603 u64 bmode : 1; member 5636 u64 bmode : 32; member
|
| A D | cvmx-npei-defs.h | 3057 u64 bmode : 32; member
|
Completed in 71 milliseconds