Lines Matching refs:boot_mode
183 u32 boot_mode; in update_bootmode() local
195 boot_mode = in update_bootmode()
203 boot_mode << TAMP_BOOT_MODE_SHIFT); in update_bootmode()
249 u32 boot_mode; in arch_cpu_init() local
268 boot_mode = get_bootmode(); in arch_cpu_init()
271 (boot_mode & TAMP_BOOT_DEVICE_MASK) == BOOT_SERIAL_UART) in arch_cpu_init()
466 u32 boot_mode = in setup_boot_mode() local
468 unsigned int instance = (boot_mode & TAMP_BOOT_INSTANCE_MASK) - 1; in setup_boot_mode()
473 __func__, boot_ctx, boot_mode, instance, forced_mode); in setup_boot_mode()
474 switch (boot_mode & TAMP_BOOT_DEVICE_MASK) { in setup_boot_mode()
523 log_debug("unexpected boot mode = %x\n", boot_mode); in setup_boot_mode()