Home
last modified time | relevance | path

Searched refs:SDHCI_QUIRK_FORCE_DMA (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/mmc/host/
H A Dsdhci-dove.c63 SDHCI_QUIRK_FORCE_DMA |
H A Dsdhci-esdhc-mcf.c356 .quirks = ESDHC_DEFAULT_QUIRKS | SDHCI_QUIRK_FORCE_DMA,
H A Dsdhci.h385 #define SDHCI_QUIRK_FORCE_DMA (1<<1) macro
H A Dsdhci-pci-core.c282 SDHCI_QUIRK_FORCE_DMA |
1591 slot->host->quirks |= SDHCI_QUIRK_FORCE_DMA; in syskt_probe_slot()
H A Dsdhci.c4276 if (host->quirks & SDHCI_QUIRK_FORCE_DMA) in sdhci_setup_host()