Searched refs:boot_mode (Results 1 – 25 of 28) sorted by relevance
12
143 enum forced_boot_mode boot_mode = BOOT_NORMAL; in board_key_check() local164 boot_mode = BOOT_FASTBOOT; in board_key_check()179 boot_mode = BOOT_STM32PROG; in board_key_check()191 if (boot_mode != BOOT_NORMAL) { in board_key_check()195 boot_mode); in board_key_check()791 u32 boot_mode = get_bootmode(); in mmc_get_boot() local792 unsigned int instance = (boot_mode & TAMP_BOOT_INSTANCE_MASK) - 1; in mmc_get_boot()
104 static const struct boot_mode board_boot_modes[] = {
162 u32 boot_mode = get_bootmode(); in mmc_get_boot() local163 unsigned int instance = (boot_mode & TAMP_BOOT_INSTANCE_MASK) - 1; in mmc_get_boot()
118 static const struct boot_mode board_boot_modes[] = {
124 static const struct boot_mode board_boot_modes[] = {
310 enum forced_boot_mode boot_mode = BOOT_NORMAL; in board_key_check() local325 boot_mode = BOOT_FASTBOOT; in board_key_check()339 boot_mode = BOOT_STM32PROG; in board_key_check()345 if (boot_mode != BOOT_NORMAL) { in board_key_check()349 boot_mode); in board_key_check()
159 u32 boot_mode = imx6_src_get_boot_mode() & IMX6_BMODE_MASK; in board_boot_order() local168 switch (boot_mode >> IMX6_BMODE_SHIFT) { in board_boot_order()
147 static const struct boot_mode board_boot_modes[] = {
134 static const struct boot_mode board_boot_modes[] = {
135 static const struct boot_mode board_boot_modes[] = {
358 static const struct boot_mode riotboard_boot_modes[] = {364 static const struct boot_mode marsboard_boot_modes[] = {
212 static const struct boot_mode board_boot_modes[] = {
94 static const struct boot_mode board_boot_modes[] = {
204 static const struct boot_mode board_boot_modes[] = {
295 static const struct boot_mode board_boot_modes[] = {
301 static const struct boot_mode board_boot_modes[] = {
127 static const struct boot_mode board_boot_modes[] = {
529 u32 boot_mode = imx6_src_get_boot_mode() & IMX6_BMODE_MASK; in board_boot_order() local538 switch (boot_mode >> IMX6_BMODE_SHIFT) { in board_boot_order()
250 static const struct boot_mode board_boot_modes[] = {
429 static const struct boot_mode board_boot_modes[] = {
398 static const struct boot_mode board_boot_modes[] = {
306 ret = zynqmp_mmio_read((ulong)&crlapb_base->boot_mode, ®); in zynqmp_get_bootmode()
480 static const struct boot_mode board_boot_modes[] = {
493 static const struct boot_mode board_boot_modes[] = {
902 static const struct boot_mode board_boot_modes[] = {
Completed in 60 milliseconds