Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/mmc/host/
Dsdhci-pltfm.c66 host->quirks |= SDHCI_QUIRK_BROKEN_DMA; in sdhci_get_compatibility()
Dsdhci-iproc.c300 SDHCI_QUIRK_BROKEN_DMA |
Dsdhci.h390 #define SDHCI_QUIRK_BROKEN_DMA (1<<5) macro
Dsdhci-s3c.c582 host->quirks |= SDHCI_QUIRK_BROKEN_DMA; in sdhci_s3c_probe()
Dsdhci-pci-core.c318 SDHCI_QUIRK_BROKEN_DMA,
323 SDHCI_QUIRK_BROKEN_DMA,
Dsdhci.c4274 if ((host->quirks & SDHCI_QUIRK_BROKEN_DMA) && in sdhci_setup_host()