Home
last modified time | relevance | path

Searched refs:SDHCI_CTRL_TUNED_CLK (Results 1 – 3 of 3) sorted by relevance

/third_party/uboot/u-boot-2020.01/drivers/mmc/
Dzynq_sdhci.c139 ctrl &= ~SDHCI_CTRL_TUNED_CLK; in arasan_sdhci_execute_tuning()
143 if (!(ctrl & SDHCI_CTRL_TUNED_CLK)) { in arasan_sdhci_execute_tuning()
Dhisi_sdhci.c338 ctrl |= SDHCI_CTRL_TUNED_CLK; in hisi_mmc_exec_tuning()
/third_party/uboot/u-boot-2020.01/include/
Dsdhci.h163 #define SDHCI_CTRL_TUNED_CLK 0x0080 macro