Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mmc/host/
H A Dsdhci-spear.c72 host->quirks = SDHCI_QUIRK_BROKEN_ADMA; in sdhci_probe()
H A Dsdhci-pxav2.c288 host->quirks = SDHCI_QUIRK_BROKEN_ADMA in sdhci_pxav2_probe()
H A Dsdhci-iproc.c301 SDHCI_QUIRK_BROKEN_ADMA,
H A Dsdhci-pci-core.c379 .quirks = SDHCI_QUIRK_BROKEN_ADMA | SDHCI_QUIRK_NO_HISPD_BIT,
384 .quirks = SDHCI_QUIRK_BROKEN_ADMA | SDHCI_QUIRK_NO_HISPD_BIT,
408 .quirks = SDHCI_QUIRK_BROKEN_ADMA,
1467 slot->host->quirks |= SDHCI_QUIRK_BROKEN_ADMA; in jmicron_probe_slot()
H A Dsdhci.h393 #define SDHCI_QUIRK_BROKEN_ADMA (1<<6) macro
H A Dsdhci-esdhc-imx.c1743 host->quirks |= SDHCI_QUIRK_BROKEN_ADMA; in sdhci_esdhc_imx_probe()
H A Dsdhci.c4293 if ((host->quirks & SDHCI_QUIRK_BROKEN_ADMA) && in sdhci_setup_host()