Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mmc/host/
Dsdhci.c261 if (host->flags & SDHCI_USING_RETUNING_TIMER) { in sdhci_reinit()
262 host->flags &= ~SDHCI_USING_RETUNING_TIMER; in sdhci_reinit()
2090 host->flags |= SDHCI_USING_RETUNING_TIMER; in sdhci_execute_tuning()
2102 if (err && (host->flags & SDHCI_USING_RETUNING_TIMER)) in sdhci_execute_tuning()
2732 if (host->flags & SDHCI_USING_RETUNING_TIMER) { in sdhci_suspend_host()
2786 if (host->flags & SDHCI_USING_RETUNING_TIMER) in sdhci_resume_host()
2826 if (host->flags & SDHCI_USING_RETUNING_TIMER) { in sdhci_runtime_suspend_host()
2873 if (host->flags & SDHCI_USING_RETUNING_TIMER) in sdhci_runtime_resume_host()
Dsdhci.h442 #define SDHCI_USING_RETUNING_TIMER (1<<11) /* Host is using a retuning timer for the card */ macro