Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mmc/host/
Dsdhci.h396 #define SDHCI_QUIRK2_BROKEN_HS200 (1<<6) macro
Dsdhci-pci.c345 .quirks2 = SDHCI_QUIRK2_BROKEN_HS200 |
668 chip->quirks2 |= SDHCI_QUIRK2_BROKEN_HS200; in amd_probe()
Dsdhci.c3219 if (!(host->quirks2 & SDHCI_QUIRK2_BROKEN_HS200)) in sdhci_add_host()