Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mmc/host/
Dsdhci.h450 #define SDHCI_HS400_TUNING (1<<13) /* Tuning for HS400 */ macro
Dsdhci.c1886 host->flags |= SDHCI_HS400_TUNING; in sdhci_prepare_hs400_tuning()
1905 hs400_tuning = host->flags & SDHCI_HS400_TUNING; in sdhci_execute_tuning()
1906 host->flags &= ~SDHCI_HS400_TUNING; in sdhci_execute_tuning()