Home
last modified time | relevance | path

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

/drivers/mmc/host/
Dsdhci-cns3xxx.c89 .quirks = SDHCI_QUIRK_BROKEN_DMA |
Dsdhci-pltfm.c94 host->quirks |= SDHCI_QUIRK_BROKEN_DMA; in sdhci_get_of_property()
Dsdhci.h363 #define SDHCI_QUIRK_BROKEN_DMA (1<<5) macro
Dsdhci-s3c.c592 host->quirks |= SDHCI_QUIRK_BROKEN_DMA; in sdhci_s3c_probe()
Dsdhci-pci-core.c233 SDHCI_QUIRK_BROKEN_DMA,
239 SDHCI_QUIRK_BROKEN_DMA,
Dsdhci.c3454 if ((host->quirks & SDHCI_QUIRK_BROKEN_DMA) && in sdhci_setup_host()