Home
last modified time | relevance | path

Searched refs:SDHCI_QUIRK2_BROKEN_HOST_CONTROL (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/mmc/host/
Dsdhci-of-esdhc.c309 if (host->quirks2 & SDHCI_QUIRK2_BROKEN_HOST_CONTROL) in esdhc_writeb_fixup()
1490 host->quirks2 |= SDHCI_QUIRK2_BROKEN_HOST_CONTROL; in sdhci_esdhc_probe()
Dsdhci.h446 #define SDHCI_QUIRK2_BROKEN_HOST_CONTROL (1<<5) macro