Home
last modified time | relevance | path

Searched refs:SDHCI_QUIRK2_CAPS_BIT63_FOR_HS400 (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/mmc/host/
Dsdhci-acpi.c242 SDHCI_QUIRK2_CAPS_BIT63_FOR_HS400,
Dsdhci.h406 #define SDHCI_QUIRK2_CAPS_BIT63_FOR_HS400 (1<<11) macro
Dsdhci-esdhc-imx.c1207 host->quirks2 |= SDHCI_QUIRK2_CAPS_BIT63_FOR_HS400; in sdhci_esdhc_imx_probe()
Dsdhci-pci-core.c402 SDHCI_QUIRK2_CAPS_BIT63_FOR_HS400 |
Dsdhci.c3194 if (host->quirks2 & SDHCI_QUIRK2_CAPS_BIT63_FOR_HS400 && in sdhci_add_host()