Home
last modified time | relevance | path

Searched refs:SDHCI_QUIRK2_HOST_NO_CMD23 (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/mmc/host/
H A Dsdhci-of-sparx5.c153 .quirks2 = SDHCI_QUIRK2_HOST_NO_CMD23 | /* Controller issue */
H A Dsdhci-esdhc-mcf.c363 SDHCI_QUIRK2_HOST_NO_CMD23,
H A Dsdhci.h446 #define SDHCI_QUIRK2_HOST_NO_CMD23 (1<<1) macro
H A Dsdhci-of-esdhc.c1467 host->quirks2 |= SDHCI_QUIRK2_HOST_NO_CMD23; in sdhci_esdhc_probe()
H A Dsdhci.c4500 if (host->quirks2 & SDHCI_QUIRK2_HOST_NO_CMD23) in sdhci_setup_host()