Home
last modified time | relevance | path

Searched refs:EMMC_NORMAL_MODE (Results 1 – 8 of 8) sorted by relevance

/third_party/uboot/u-boot-2020.01/arch/arm/include/asm/arch-hi3520dv500/
Dplatform.h48 #define EMMC_NORMAL_MODE (0x1 << 3) macro
/third_party/uboot/u-boot-2020.01/arch/arm/include/asm/arch-hi3521dv200/
Dplatform.h48 #define EMMC_NORMAL_MODE (0x1 << 3) macro
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv8/hi3535av100/
Dsdhci_boot.c138 return !(reg_get(REG_BASE_SCTL + REG_PERI_EMMC_STAT) & EMMC_NORMAL_MODE); in is_bootmode()
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3521dv200/
Dhimci_boot.c142 return !(reg_get(REG_BASE_SCTL + REG_PERI_EMMC_STAT) & EMMC_NORMAL_MODE); in is_bootmode()
/third_party/uboot/u-boot-2020.01/arch/arm/include/asm/arch-hi3535av100/
Dplatform.h29 #define EMMC_NORMAL_MODE (0x1 << 3) macro
/third_party/uboot/u-boot-2020.01/arch/arm/include/asm/arch-hi3531dv200/
Dplatform.h29 #define EMMC_NORMAL_MODE (0x1 << 3) macro
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv8/hi3531dv200/
Dsdhci_boot.c138 return !(reg_get(REG_BASE_SCTL + REG_PERI_EMMC_STAT) & EMMC_NORMAL_MODE); in is_bootmode()
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3520dv500/
Dhimci_boot.c142 return !(reg_get(REG_BASE_SCTL + REG_PERI_EMMC_STAT) & EMMC_NORMAL_MODE); in is_bootmode()