Home
last modified time | relevance | path

Searched refs:SDHCI_QUIRK2_PRESET_VALUE_BROKEN (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/drivers/mmc/host/
Dsdhci-of-arasan.c67 .quirks2 = SDHCI_QUIRK2_PRESET_VALUE_BROKEN |
Dsdhci-pci-core.c401 .quirks2 = SDHCI_QUIRK2_PRESET_VALUE_BROKEN |
409 SDHCI_QUIRK2_PRESET_VALUE_BROKEN,
417 SDHCI_QUIRK2_PRESET_VALUE_BROKEN |
444 SDHCI_QUIRK2_PRESET_VALUE_BROKEN,
747 .quirks2 = SDHCI_QUIRK2_PRESET_VALUE_BROKEN |
Dsdhci-sirf.c166 .quirks2 = SDHCI_QUIRK2_PRESET_VALUE_BROKEN,
Dsdhci-st.c345 .quirks2 = SDHCI_QUIRK2_PRESET_VALUE_BROKEN |
Dsdhci-acpi.c240 .quirks2 = SDHCI_QUIRK2_PRESET_VALUE_BROKEN |
Dsdhci.h391 #define SDHCI_QUIRK2_PRESET_VALUE_BROKEN (1<<3) macro
Dsdhci.c1491 !(host->quirks2 & SDHCI_QUIRK2_PRESET_VALUE_BROKEN)) in sdhci_do_set_ios()
1590 if (!(host->quirks2 & SDHCI_QUIRK2_PRESET_VALUE_BROKEN) && in sdhci_do_set_ios()
2833 !(host->quirks2 & SDHCI_QUIRK2_PRESET_VALUE_BROKEN)) { in sdhci_runtime_resume_host()
Dsdhci-esdhc-imx.c1165 host->quirks2 |= SDHCI_QUIRK2_PRESET_VALUE_BROKEN; in sdhci_esdhc_imx_probe()