Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dsdhci-iproc.c218 .quirks2 = SDHCI_QUIRK2_ACMD23_BROKEN | SDHCI_QUIRK2_HOST_OFF_CARD_ON,
H A Dsdhci.h436 #define SDHCI_QUIRK2_HOST_OFF_CARD_ON (1<<0) macro
H A Dsdhci-pci-core.c446 .quirks2 = SDHCI_QUIRK2_HOST_OFF_CARD_ON,
1266 .quirks2 = SDHCI_QUIRK2_HOST_OFF_CARD_ON |
1285 .quirks2 = SDHCI_QUIRK2_HOST_OFF_CARD_ON |
H A Dsdhci-acpi.c447 .quirks2 = SDHCI_QUIRK2_HOST_OFF_CARD_ON,
H A Dsdhci-of-arasan.c1166 SDHCI_QUIRK2_HOST_OFF_CARD_ON |
H A Dsdhci.c3700 (host->quirks2 & SDHCI_QUIRK2_HOST_OFF_CARD_ON)) { in sdhci_resume_host()