Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mmc/host/
Dsdhci-of-esdhc.c128 if (host->quirks2 & SDHCI_QUIRK2_BROKEN_HOST_CONTROL) in esdhc_writeb()
369 host->quirks2 |= SDHCI_QUIRK2_BROKEN_HOST_CONTROL; in sdhci_esdhc_probe()
Dsdhci.h394 #define SDHCI_QUIRK2_BROKEN_HOST_CONTROL (1<<5) macro