/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3516ev200/ |
D | boot_mode.c | 32 boot_mode = get_sys_boot_mode(reg_val); in get_boot_media()
|
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3516dv300/ |
D | boot_mode.c | 32 boot_mode = get_sys_boot_mode(reg_val); in get_boot_media()
|
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3518ev300/ |
D | boot_mode.c | 32 boot_mode = get_sys_boot_mode(reg_val); in get_boot_media()
|
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3516cv500/ |
D | boot_mode.c | 32 boot_mode = get_sys_boot_mode(reg_val); in get_boot_media()
|
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3516dv200/ |
D | boot_mode.c | 32 boot_mode = get_sys_boot_mode(reg_val); in get_boot_media()
|
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3516av300/ |
D | boot_mode.c | 33 boot_mode = get_sys_boot_mode(reg_val); in get_boot_media()
|
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3516ev300/ |
D | boot_mode.c | 32 boot_mode = get_sys_boot_mode(reg_val); in get_boot_media()
|
/third_party/uboot/u-boot-2020.01/board/hisilicon/hi3516ev300/ |
D | hi3516ev300.c | 50 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/ |
D | hi3516dv200.c | 50 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/ |
D | hi3516av300.c | 51 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/ |
D | hi3516cv500.c | 51 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/ |
D | hi3516ev200.c | 53 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/ |
D | hi3521dv200.c | 79 boot_mode = get_sys_boot_mode(regval); in boot_flag_init()
|
/third_party/uboot/u-boot-2020.01/board/hisilicon/hi3520dv500/ |
D | hi3520dv500.c | 79 boot_mode = get_sys_boot_mode(regval); in boot_flag_init()
|
/third_party/uboot/u-boot-2020.01/board/hisilicon/hi3518ev300/ |
D | hi3518ev300.c | 53 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/ |
D | platform.h | 144 #define get_sys_boot_mode(_reg) (((_reg) >> 4) & 0x1) macro
|
/third_party/uboot/u-boot-2020.01/arch/arm/include/asm/arch-hi3516cv500/ |
D | platform.h | 144 #define get_sys_boot_mode(_reg) (((_reg) >> 4) & 0x1) macro
|
/third_party/uboot/u-boot-2020.01/arch/arm/include/asm/arch-hi3516av300/ |
D | platform.h | 144 #define get_sys_boot_mode(_reg) (((_reg) >> 4) & 0x1) macro
|
/third_party/uboot/u-boot-2020.01/arch/arm/include/asm/arch-hi3516dv200/ |
D | platform.h | 150 #define get_sys_boot_mode(_reg) (((_reg) >> 4) & 0x1) macro
|
/third_party/uboot/u-boot-2020.01/arch/arm/include/asm/arch-hi3518ev300/ |
D | platform.h | 150 #define get_sys_boot_mode(_reg) (((_reg) >> 4) & 0x1) macro
|
/third_party/uboot/u-boot-2020.01/arch/arm/include/asm/arch-hi3516ev300/ |
D | platform.h | 150 #define get_sys_boot_mode(_reg) (((_reg) >> 4) & 0x1) macro
|
/third_party/uboot/u-boot-2020.01/arch/arm/include/asm/arch-hi3516ev200/ |
D | platform.h | 150 #define get_sys_boot_mode(_reg) (((_reg) >> 4) & 0x1) macro
|
/third_party/uboot/u-boot-2020.01/product/hiupdate/ |
D | auto_update_adaptation.c | 1777 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/ |
D | platform.h | 51 #define get_sys_boot_mode(_reg) (((_reg) >> 2) & 0x3) macro
|
/third_party/uboot/u-boot-2020.01/arch/arm/include/asm/arch-hi3519av100/ |
D | platform.h | 139 #define get_sys_boot_mode(_reg) (((_reg) >> 4) & 0x3) macro
|