Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mmc/host/
H A Dsdhci-pltfm.c66 host->quirks |= SDHCI_QUIRK_BROKEN_DMA; in sdhci_get_compatibility()
H A Dsdhci-iproc.c300 SDHCI_QUIRK_BROKEN_DMA |
H A Dsdhci.h391 #define SDHCI_QUIRK_BROKEN_DMA (1<<5) macro
H A Dsdhci-s3c.c582 host->quirks |= SDHCI_QUIRK_BROKEN_DMA; in sdhci_s3c_probe()
H A Dsdhci-pci-core.c319 SDHCI_QUIRK_BROKEN_DMA,
324 SDHCI_QUIRK_BROKEN_DMA,
H A Dsdhci.c4283 if ((host->quirks & SDHCI_QUIRK_BROKEN_DMA) && in sdhci_setup_host()