Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mmc/host/
H A Dsdhci-of-esdhc.c314 if (host->quirks2 & SDHCI_QUIRK2_BROKEN_HOST_CONTROL) in esdhc_writeb_fixup()
1495 host->quirks2 |= SDHCI_QUIRK2_BROKEN_HOST_CONTROL; in sdhci_esdhc_probe()
H A Dsdhci.h452 #define SDHCI_QUIRK2_BROKEN_HOST_CONTROL (1<<5) macro