Home
last modified time | relevance | path

Searched refs:SDHCI_USE_64_BIT_DMA (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/mmc/host/
Dsdhci-acpi.c95 if (host->flags & SDHCI_USE_64_BIT_DMA) { in sdhci_acpi_enable_dma()
97 host->flags &= ~SDHCI_USE_64_BIT_DMA; in sdhci_acpi_enable_dma()
Dsdhci.c124 if (host->flags & SDHCI_USE_64_BIT_DMA) in sdhci_dumpregs()
453 if (host->flags & SDHCI_USE_64_BIT_DMA) in sdhci_adma_write_desc()
842 if (host->flags & SDHCI_USE_64_BIT_DMA) in sdhci_prepare_data()
876 if (host->flags & SDHCI_USE_64_BIT_DMA) in sdhci_prepare_data()
2404 if (host->flags & SDHCI_USE_64_BIT_DMA) in sdhci_adma_show_error()
2959 host->flags |= SDHCI_USE_64_BIT_DMA; in sdhci_add_host()
2973 if (host->flags & SDHCI_USE_64_BIT_DMA) in sdhci_add_host()
2983 if (host->flags & SDHCI_USE_64_BIT_DMA) { in sdhci_add_host()
3421 (host->flags & SDHCI_USE_64_BIT_DMA) ? "ADMA 64-bit" : "ADMA" : in sdhci_add_host()
Dsdhci.h449 #define SDHCI_USE_64_BIT_DMA (1<<12) /* Use 64-bit DMA */ macro
Dsdhci-pci-core.c1339 if (host->flags & SDHCI_USE_64_BIT_DMA) { in sdhci_pci_enable_dma()
1341 host->flags &= ~SDHCI_USE_64_BIT_DMA; in sdhci_pci_enable_dma()