Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mmc/host/
Dsdhci.h444 #define SDHCI_HS400_TUNING (1<<13) /* Tuning for HS400 */ macro
Dsdhci.c1904 host->flags |= SDHCI_HS400_TUNING; in sdhci_prepare_hs400_tuning()
1923 hs400_tuning = host->flags & SDHCI_HS400_TUNING; in sdhci_execute_tuning()
1924 host->flags &= ~SDHCI_HS400_TUNING; in sdhci_execute_tuning()