Home
last modified time | relevance | path

Searched refs:get_sys_boot_mode (Results 1 – 25 of 38) sorted by relevance

12

/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3516ev200/
Dboot_mode.c32 boot_mode = get_sys_boot_mode(reg_val); in get_boot_media()
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3516dv300/
Dboot_mode.c32 boot_mode = get_sys_boot_mode(reg_val); in get_boot_media()
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3518ev300/
Dboot_mode.c32 boot_mode = get_sys_boot_mode(reg_val); in get_boot_media()
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3516cv500/
Dboot_mode.c32 boot_mode = get_sys_boot_mode(reg_val); in get_boot_media()
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3516dv200/
Dboot_mode.c32 boot_mode = get_sys_boot_mode(reg_val); in get_boot_media()
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3516av300/
Dboot_mode.c33 boot_mode = get_sys_boot_mode(reg_val); in get_boot_media()
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3516ev300/
Dboot_mode.c32 boot_mode = get_sys_boot_mode(reg_val); in get_boot_media()
/third_party/uboot/u-boot-2020.01/board/hisilicon/hi3516ev300/
Dhi3516ev300.c50 boot_mode = get_sys_boot_mode(reg_val); in get_boot_media()
99 boot_mode = get_sys_boot_mode(reg); in boot_flag_init()
/third_party/uboot/u-boot-2020.01/board/hisilicon/hi3516dv200/
Dhi3516dv200.c50 boot_mode = get_sys_boot_mode(reg_val); in get_boot_media()
99 boot_mode = get_sys_boot_mode(reg); in boot_flag_init()
/third_party/uboot/u-boot-2020.01/board/hisilicon/hi3516av300/
Dhi3516av300.c51 boot_mode = get_sys_boot_mode(reg_val); in get_boot_media()
99 boot_mode = get_sys_boot_mode(reg); in boot_flag_init()
/third_party/uboot/u-boot-2020.01/board/hisilicon/hi3516cv500/
Dhi3516cv500.c51 boot_mode = get_sys_boot_mode(reg_val); in get_boot_media()
99 boot_mode = get_sys_boot_mode(reg); in boot_flag_init()
/third_party/uboot/u-boot-2020.01/board/hisilicon/hi3516ev200/
Dhi3516ev200.c53 boot_mode = get_sys_boot_mode(reg_val); in get_boot_media()
102 boot_mode = get_sys_boot_mode(reg); in boot_flag_init()
/third_party/uboot/u-boot-2020.01/board/hisilicon/hi3521dv200/
Dhi3521dv200.c79 boot_mode = get_sys_boot_mode(regval); in boot_flag_init()
/third_party/uboot/u-boot-2020.01/board/hisilicon/hi3520dv500/
Dhi3520dv500.c79 boot_mode = get_sys_boot_mode(regval); in boot_flag_init()
/third_party/uboot/u-boot-2020.01/board/hisilicon/hi3518ev300/
Dhi3518ev300.c53 boot_mode = get_sys_boot_mode(reg_val); in get_boot_media()
102 boot_mode = get_sys_boot_mode(reg); in boot_flag_init()
/third_party/uboot/u-boot-2020.01/arch/arm/include/asm/arch-hi3516dv300/
Dplatform.h144 #define get_sys_boot_mode(_reg) (((_reg) >> 4) & 0x1) macro
/third_party/uboot/u-boot-2020.01/arch/arm/include/asm/arch-hi3516cv500/
Dplatform.h144 #define get_sys_boot_mode(_reg) (((_reg) >> 4) & 0x1) macro
/third_party/uboot/u-boot-2020.01/arch/arm/include/asm/arch-hi3516av300/
Dplatform.h144 #define get_sys_boot_mode(_reg) (((_reg) >> 4) & 0x1) macro
/third_party/uboot/u-boot-2020.01/arch/arm/include/asm/arch-hi3516dv200/
Dplatform.h150 #define get_sys_boot_mode(_reg) (((_reg) >> 4) & 0x1) macro
/third_party/uboot/u-boot-2020.01/arch/arm/include/asm/arch-hi3518ev300/
Dplatform.h150 #define get_sys_boot_mode(_reg) (((_reg) >> 4) & 0x1) macro
/third_party/uboot/u-boot-2020.01/arch/arm/include/asm/arch-hi3516ev300/
Dplatform.h150 #define get_sys_boot_mode(_reg) (((_reg) >> 4) & 0x1) macro
/third_party/uboot/u-boot-2020.01/arch/arm/include/asm/arch-hi3516ev200/
Dplatform.h150 #define get_sys_boot_mode(_reg) (((_reg) >> 4) & 0x1) macro
/third_party/uboot/u-boot-2020.01/product/hiupdate/
Dauto_update_adaptation.c1777 if (get_sys_boot_mode(reg) == BOOT_FROM_SPI_NAND) { in get_boot_info()
1780 } else if (get_sys_boot_mode(reg) == BOOT_FROM_SPI) { in get_boot_info()
1783 } else if (get_sys_boot_mode(reg) == BOOT_FROM_NAND) { in get_boot_info()
1786 } else if (get_sys_boot_mode(reg) == BOOT_FROM_EMMC) { in get_boot_info()
1791 if (get_sys_boot_mode(reg) == BOOT_FROM_SPI) { in get_boot_info()
1800 } else if (get_sys_boot_mode(reg) == BOOT_FROM_NAND) { in get_boot_info()
1803 } else if (get_sys_boot_mode(reg) == BOOT_FROM_EMMC) { in get_boot_info()
/third_party/uboot/u-boot-2020.01/arch/arm/include/asm/arch-hi3520dv500/
Dplatform.h51 #define get_sys_boot_mode(_reg) (((_reg) >> 2) & 0x3) macro
/third_party/uboot/u-boot-2020.01/arch/arm/include/asm/arch-hi3519av100/
Dplatform.h139 #define get_sys_boot_mode(_reg) (((_reg) >> 4) & 0x3) macro

12