Home
last modified time | relevance | path

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

/drivers/mmc/host/
Dsdhci-of-at91.c388 host->quirks2 |= SDHCI_QUIRK2_BROKEN_HS200; in sdhci_at91_probe()
Dsdhci-xenon.c428 host->quirks2 |= SDHCI_QUIRK2_BROKEN_HS200; in xenon_probe_params()
Dsdhci.h451 #define SDHCI_QUIRK2_BROKEN_HS200 (1<<6) macro
Dsdhci-sprd.c549 .quirks2 = SDHCI_QUIRK2_BROKEN_HS200 |
Dsdhci-tegra.c1388 SDHCI_QUIRK2_BROKEN_HS200 |
Dsdhci-esdhc-imx.c1646 host->quirks2 |= SDHCI_QUIRK2_BROKEN_HS200; in sdhci_esdhc_imx_probe()
Dsdhci-pci-core.c1389 .quirks2 = SDHCI_QUIRK2_BROKEN_HS200 |
Dsdhci.c4556 if (!(host->quirks2 & SDHCI_QUIRK2_BROKEN_HS200)) in sdhci_setup_host()