Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mmc/host/
Dsdhci.h396 #define SDHCI_QUIRK2_BROKEN_HS200 (1<<6) macro
Dsdhci-pci-core.c443 .quirks2 = SDHCI_QUIRK2_BROKEN_HS200 |
785 chip->quirks2 |= SDHCI_QUIRK2_BROKEN_HS200; in amd_probe()
Dsdhci-esdhc-imx.c1184 host->quirks2 |= SDHCI_QUIRK2_BROKEN_HS200; in sdhci_esdhc_imx_probe()
Dsdhci.c3189 if (!(host->quirks2 & SDHCI_QUIRK2_BROKEN_HS200)) in sdhci_add_host()