Home
last modified time | relevance | path

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

/drivers/mmc/host/
Dsdhci-cns3xxx.c86 .quirks = SDHCI_QUIRK_BROKEN_DMA |
Dsdhci-pltfm.c67 host->quirks |= SDHCI_QUIRK_BROKEN_DMA; in sdhci_get_compatibility()
Dsdhci-iproc.c310 SDHCI_QUIRK_BROKEN_DMA |
Dsdhci.h386 #define SDHCI_QUIRK_BROKEN_DMA (1<<5) macro
Dsdhci-s3c.c583 host->quirks |= SDHCI_QUIRK_BROKEN_DMA; in sdhci_s3c_probe()
Dsdhci-pci-core.c302 SDHCI_QUIRK_BROKEN_DMA,
308 SDHCI_QUIRK_BROKEN_DMA,
Dsdhci.c4273 if ((host->quirks & SDHCI_QUIRK_BROKEN_DMA) && in sdhci_setup_host()