Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mmc/host/
Dsdhci-tegra.c350 SDHCI_QUIRK2_BROKEN_HS200 |
Dsdhci.h427 #define SDHCI_QUIRK2_BROKEN_HS200 (1<<6) macro
Dsdhci-xenon.c411 host->quirks2 |= SDHCI_QUIRK2_BROKEN_HS200; in xenon_probe_dt()
Dsdhci-esdhc-imx.c1316 host->quirks2 |= SDHCI_QUIRK2_BROKEN_HS200; in sdhci_esdhc_imx_probe()
Dsdhci-pci-core.c979 .quirks2 = SDHCI_QUIRK2_BROKEN_HS200 |
Dsdhci.c3791 if (!(host->quirks2 & SDHCI_QUIRK2_BROKEN_HS200)) in sdhci_setup_host()