Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dsdhci.h455 #define SDHCI_QUIRK2_CAPS_BIT63_FOR_HS400 (1<<11) macro
H A Dsdhci-acpi.c437 SDHCI_QUIRK2_CAPS_BIT63_FOR_HS400,
H A Dsdhci-pci-core.c1229 SDHCI_QUIRK2_CAPS_BIT63_FOR_HS400 |
1251 SDHCI_QUIRK2_CAPS_BIT63_FOR_HS400 |
H A Dsdhci-of-arasan.c1136 SDHCI_QUIRK2_CAPS_BIT63_FOR_HS400 |
H A Dsdhci-esdhc-imx.c1626 host->quirks2 |= SDHCI_QUIRK2_CAPS_BIT63_FOR_HS400; in sdhci_esdhc_imx_probe()
H A Dsdhci.c4463 if (host->quirks2 & SDHCI_QUIRK2_CAPS_BIT63_FOR_HS400 && in sdhci_setup_host()