Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mmc/host/
Dsdhci-acpi.c249 .quirks2 = SDHCI_QUIRK2_HOST_OFF_CARD_ON,
Dsdhci.h387 #define SDHCI_QUIRK2_HOST_OFF_CARD_ON (1<<0) macro
Dsdhci-pci-core.c239 .quirks2 = SDHCI_QUIRK2_HOST_OFF_CARD_ON,
408 .quirks2 = SDHCI_QUIRK2_HOST_OFF_CARD_ON |
Dsdhci.c2735 (host->quirks2 & SDHCI_QUIRK2_HOST_OFF_CARD_ON)) { in sdhci_resume_host()