Home
last modified time | relevance | path

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

/linux/drivers/mmc/host/
H A Dsdhci-xenon.c297 host->flags &= ~SDHCI_PV_ENABLED; in xenon_set_ios()
H A Dsdhci.h569 #define SDHCI_PV_ENABLED (1<<8) /* Preset value enabled */ macro
H A Dsdhci.c3001 host->flags |= SDHCI_PV_ENABLED; in sdhci_enable_preset_value()
3003 host->flags &= ~SDHCI_PV_ENABLED; in sdhci_enable_preset_value()
3903 if ((host_flags & SDHCI_PV_ENABLED) && in sdhci_runtime_resume_host()