Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mmc/host/
Dsdhci.h173 #define SDHCI_CTRL_PRESET_VAL_ENABLE 0x8000 macro
Dsdhci-esdhc-imx.c382 ret &= ~SDHCI_CTRL_PRESET_VAL_ENABLE; in esdhc_readw_le()
Dsdhci.c2129 ctrl |= SDHCI_CTRL_PRESET_VAL_ENABLE; in sdhci_enable_preset_value()
2131 ctrl &= ~SDHCI_CTRL_PRESET_VAL_ENABLE; in sdhci_enable_preset_value()