Home
last modified time | relevance | path

Searched refs:REBOOT_FLAG (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-rockchip/
H A Dboot_mode.h5 #define REBOOT_FLAG 0x5242C300 macro
9 #define BOOT_NORMAL (REBOOT_FLAG + 0)
11 #define BOOT_LOADER (REBOOT_FLAG + 1)
13 #define BOOT_RECOVERY (REBOOT_FLAG + 3)
15 #define BOOT_PANIC (REBOOT_FLAG + 7)
17 #define BOOT_WATCHDOG (REBOOT_FLAG + 8)
19 #define BOOT_FASTBOOT (REBOOT_FLAG + 9)
21 #define BOOT_CHARGING (REBOOT_FLAG + 11)
23 #define BOOT_UMS (REBOOT_FLAG + 12)
25 #define BOOT_DFU (REBOOT_FLAG + 13)
[all …]
/OK3568_Linux_fs/kernel/include/dt-bindings/soc/
H A Drockchip,boot-mode.h6 #define REBOOT_FLAG 0x5242C300 macro
8 #define BOOT_NORMAL (REBOOT_FLAG + 0)
10 #define BOOT_BL_DOWNLOAD (REBOOT_FLAG + 1)
12 #define BOOT_RECOVERY (REBOOT_FLAG + 3)
14 #define BOOT_PANIC (REBOOT_FLAG + 7)
16 #define BOOT_WATCHDOG (REBOOT_FLAG + 8)
18 #define BOOT_FASTBOOT (REBOOT_FLAG + 9)
20 #define BOOT_CHARGING (REBOOT_FLAG + 11)
22 #define BOOT_UMS (REBOOT_FLAG + 12)
24 #define BOOT_QUIESCENT (REBOOT_FLAG + 14)
/OK3568_Linux_fs/u-boot/include/dt-bindings/soc/
H A Drockchip,boot-mode.h6 #define REBOOT_FLAG 0x5242C300 macro
8 #define BOOT_NORMAL (REBOOT_FLAG + 0)
10 #define BOOT_BL_DOWNLOAD (REBOOT_FLAG + 1)
12 #define BOOT_RECOVERY (REBOOT_FLAG + 3)
14 #define BOOT_PANIC (REBOOT_FLAG + 7)
16 #define BOOT_WATCHDOG (REBOOT_FLAG + 8)
18 #define BOOT_FASTBOOT (REBOOT_FLAG + 9)
20 #define BOOT_CHARGING (REBOOT_FLAG + 11)
22 #define BOOT_UMS (REBOOT_FLAG + 12)
24 #define BOOT_QUIESCENT (REBOOT_FLAG + 14)
/OK3568_Linux_fs/kernel/tools/testing/selftests/pstore/
H A Dpstore_post_reboot_tests15 if [ -e $REBOOT_FLAG ]; then
16 rm $REBOOT_FLAG
H A Dpstore_crash_test24 touch $REBOOT_FLAG
H A Dcommon_tests61 REBOOT_FLAG=$TOP_DIR/reboot_flag
/OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/
H A Dspl.c378 if ((reg_boot_mode & REBOOT_FLAG) != REBOOT_FLAG) in spl_next_stage()