Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mmc/host/
Dsdhci-acpi.c217 .quirks2 = SDHCI_QUIRK2_HOST_OFF_CARD_ON,
Dsdhci.h387 #define SDHCI_QUIRK2_HOST_OFF_CARD_ON (1<<0) macro
Dsdhci-pci.c238 .quirks2 = SDHCI_QUIRK2_HOST_OFF_CARD_ON,
310 .quirks2 = SDHCI_QUIRK2_HOST_OFF_CARD_ON |
Dsdhci.c2772 (host->quirks2 & SDHCI_QUIRK2_HOST_OFF_CARD_ON)) { in sdhci_resume_host()