Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/mmc/host/
Dsdhci-of-at91.c386 host->quirks2 |= SDHCI_QUIRK2_BROKEN_HS200; in sdhci_at91_probe()
Dsdhci-xenon.c428 host->quirks2 |= SDHCI_QUIRK2_BROKEN_HS200; in xenon_probe_params()
Dsdhci.h453 #define SDHCI_QUIRK2_BROKEN_HS200 (1<<6) macro
Dsdhci-sprd.c701 .quirks2 = SDHCI_QUIRK2_BROKEN_HS200 |
Dsdhci-esdhc-imx.c1712 host->quirks2 |= SDHCI_QUIRK2_BROKEN_HS200; in sdhci_esdhc_imx_probe()
Dsdhci-tegra.c1400 SDHCI_QUIRK2_BROKEN_HS200 |
Dsdhci-pci-core.c1315 .quirks2 = SDHCI_QUIRK2_BROKEN_HS200 |
Dsdhci.c4557 if (!(host->quirks2 & SDHCI_QUIRK2_BROKEN_HS200)) in sdhci_setup_host()