Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mmc/host/
H A Dsdhci-of-at91.c386 host->quirks2 |= SDHCI_QUIRK2_BROKEN_HS200; in sdhci_at91_probe()
H A Dsdhci-xenon.c428 host->quirks2 |= SDHCI_QUIRK2_BROKEN_HS200; in xenon_probe_params()
H A Dsdhci.h454 #define SDHCI_QUIRK2_BROKEN_HS200 (1<<6) macro
H A Dsdhci-sprd.c726 .quirks2 = SDHCI_QUIRK2_BROKEN_HS200 |
H A Dsdhci-esdhc-imx.c1712 host->quirks2 |= SDHCI_QUIRK2_BROKEN_HS200; in sdhci_esdhc_imx_probe()
H A Dsdhci-tegra.c1400 SDHCI_QUIRK2_BROKEN_HS200 |
H A Dsdhci-pci-core.c1315 .quirks2 = SDHCI_QUIRK2_BROKEN_HS200 |
H A Dsdhci.c4566 if (!(host->quirks2 & SDHCI_QUIRK2_BROKEN_HS200)) in sdhci_setup_host()