Home
last modified time | relevance | path

Searched refs:SDHCI_HS400_TUNING (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/mmc/host/
Dsdhci-msm.c318 host->flags & SDHCI_HS400_TUNING) in msm_get_clock_rate_for_bus_mode()
817 host->flags & SDHCI_HS400_TUNING) in sdhci_msm_hc_select_mode()
1053 if (host->flags & SDHCI_HS400_TUNING) { in sdhci_msm_execute_tuning()
1056 host->flags &= ~SDHCI_HS400_TUNING; in sdhci_msm_execute_tuning()
Dsdhci-pci-o2micro.c134 host->flags &= ~SDHCI_HS400_TUNING; in sdhci_o2_execute_tuning()
Dsdhci.h485 #define SDHCI_HS400_TUNING (1<<13) /* Tuning for HS400 */ macro
Dsdhci.c2102 host->flags |= SDHCI_HS400_TUNING; in sdhci_prepare_hs400_tuning()
2266 hs400_tuning = host->flags & SDHCI_HS400_TUNING; in sdhci_execute_tuning()
2322 host->flags &= ~SDHCI_HS400_TUNING; in sdhci_execute_tuning()