Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/mmc/host/
Dsdhci-sirf.c159 SDHCI_QUIRK_RESET_CMD_DATA_ON_IOS,
Dsdhci.h378 #define SDHCI_QUIRK_RESET_CMD_DATA_ON_IOS (1<<4) macro
Dsdhci-pci-core.c307 SDHCI_QUIRK_RESET_CMD_DATA_ON_IOS |
Dsdhci.c2412 if (host->quirks & SDHCI_QUIRK_RESET_CMD_DATA_ON_IOS) in sdhci_set_ios()