Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mmc/host/
Dsdhci.h446 #define SDHCI_PV_ENABLED (1<<8) /* Preset value enabled */ macro
Dsdhci.c2126 host->flags |= SDHCI_PV_ENABLED; in sdhci_enable_preset_value()
2128 host->flags &= ~SDHCI_PV_ENABLED; in sdhci_enable_preset_value()
2832 if ((host_flags & SDHCI_PV_ENABLED) && in sdhci_runtime_resume_host()