Home
last modified time | relevance | path

Searched refs:SDHCI_CLOCK_INT_STABLE (Results 1 – 9 of 9) sorted by relevance

/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv8/hi3535av100/
Dsdhci_boot.c75 #define SDHCI_CLOCK_INT_STABLE 0x0002 macro
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3521dv200/
Dhimci_boot.c79 #define SDHCI_CLOCK_INT_STABLE 0x0002 macro
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv8/hi3531dv200/
Dsdhci_boot.c75 #define SDHCI_CLOCK_INT_STABLE 0x0002 macro
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3520dv500/
Dhimci_boot.c79 #define SDHCI_CLOCK_INT_STABLE 0x0002 macro
/third_party/uboot/u-boot-2020.01/drivers/mmc/
Dzynq_sdhci.c68 & SDHCI_CLOCK_INT_STABLE)) { in arasan_zynqmp_dll_reset()
Dhisi_sdhci.c117 while (!(clk & SDHCI_CLOCK_INT_STABLE)) { in hisi_enable_internal_clk()
Dxenon_sdhci.c154 if (var & SDHCI_CLOCK_INT_STABLE) in xenon_mmc_phy_init()
Dsdhci.c600 & SDHCI_CLOCK_INT_STABLE)) {
/third_party/uboot/u-boot-2020.01/include/
Dsdhci.h102 #define SDHCI_CLOCK_INT_STABLE BIT(1) macro