Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/mmc/host/
Dsdhci-iproc.c208 .quirks2 = SDHCI_QUIRK2_ACMD23_BROKEN | SDHCI_QUIRK2_HOST_OFF_CARD_ON,
Dsdhci-pci-core.c400 .quirks2 = SDHCI_QUIRK2_HOST_OFF_CARD_ON,
1213 .quirks2 = SDHCI_QUIRK2_HOST_OFF_CARD_ON |
1232 .quirks2 = SDHCI_QUIRK2_HOST_OFF_CARD_ON |
Dsdhci.h439 #define SDHCI_QUIRK2_HOST_OFF_CARD_ON (1<<0) macro
Dsdhci-acpi.c372 .quirks2 = SDHCI_QUIRK2_HOST_OFF_CARD_ON,
Dsdhci-of-arasan.c1198 SDHCI_QUIRK2_HOST_OFF_CARD_ON |
Dsdhci.c3816 (host->quirks2 & SDHCI_QUIRK2_HOST_OFF_CARD_ON)) { in sdhci_resume_host()