Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mmc/host/
Dsdhci.h173 #define SDHCI_CTRL_PRESET_VAL_ENABLE 0x8000 macro
Dsdhci-esdhc-imx.c423 ret &= ~SDHCI_CTRL_PRESET_VAL_ENABLE; in esdhc_readw_le()
Dsdhci.c2119 ctrl |= SDHCI_CTRL_PRESET_VAL_ENABLE; in sdhci_enable_preset_value()
2121 ctrl &= ~SDHCI_CTRL_PRESET_VAL_ENABLE; in sdhci_enable_preset_value()