Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/mmc/host/
Dsdhci-cns3xxx.c90 .quirks = SDHCI_QUIRK_BROKEN_DMA |
Dsdhci-pltfm.c75 host->quirks |= SDHCI_QUIRK_BROKEN_DMA; in sdhci_get_of_property()
Dsdhci-pci.c148 SDHCI_QUIRK_BROKEN_DMA,
154 SDHCI_QUIRK_BROKEN_DMA,
Dsdhci-s3c.c541 host->quirks |= SDHCI_QUIRK_BROKEN_DMA; in sdhci_s3c_probe()
Dsdhci.c2636 if ((host->quirks & SDHCI_QUIRK_BROKEN_DMA) && in sdhci_add_host()
/linux-3.4.99/include/linux/mmc/
Dsdhci.h37 #define SDHCI_QUIRK_BROKEN_DMA (1<<5) macro