Home
last modified time | relevance | path

Searched refs:SDHCI_QUIRK2_ACMD23_BROKEN (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/mmc/host/
H A Dsdhci-iproc.c209 .quirks2 = SDHCI_QUIRK2_ACMD23_BROKEN | SDHCI_QUIRK2_HOST_OFF_CARD_ON,
233 .quirks2 = SDHCI_QUIRK2_ACMD23_BROKEN,
H A Dsdhci.h470 #define SDHCI_QUIRK2_ACMD23_BROKEN (1<<14) macro
H A Dsdhci-of-dwcmshc.c370 SDHCI_QUIRK2_ACMD23_BROKEN,
H A Dsdhci-omap.c1017 .quirks2 = SDHCI_QUIRK2_ACMD23_BROKEN |
H A Dsdhci-esdhc-imx.c1743 host->quirks2 |= SDHCI_QUIRK2_ACMD23_BROKEN; in sdhci_esdhc_imx_probe()
H A Dsdhci-tegra.c1408 SDHCI_QUIRK2_ACMD23_BROKEN,
H A Dsdhci.c4486 !(host->quirks2 & SDHCI_QUIRK2_ACMD23_BROKEN)) { in sdhci_setup_host()