Home
last modified time | relevance | path

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

/drivers/mmc/host/
Dsdhci.c104 if (host->flags & SDHCI_USE_64_BIT_DMA) { in sdhci_dumpregs()
299 if (host->flags & SDHCI_USE_64_BIT_DMA) { in sdhci_config_dma()
698 if (host->flags & SDHCI_USE_64_BIT_DMA) in sdhci_adma_write_desc()
847 if (host->flags & SDHCI_USE_64_BIT_DMA) in sdhci_set_adma_addr()
3271 if (host->flags & SDHCI_USE_64_BIT_DMA) in sdhci_adma_show_error()
3824 else if (host->flags & SDHCI_USE_64_BIT_DMA) in sdhci_cqe_enable()
3971 host->flags &= ~SDHCI_USE_64_BIT_DMA; in sdhci_set_dma_mask()
3974 if (host->flags & SDHCI_USE_64_BIT_DMA) { in sdhci_set_dma_mask()
3979 host->flags &= ~SDHCI_USE_64_BIT_DMA; in sdhci_set_dma_mask()
4191 host->flags |= SDHCI_USE_64_BIT_DMA; in sdhci_setup_host()
[all …]
Dsdhci-brcmstb.c226 dma64 = host->flags & SDHCI_USE_64_BIT_DMA; in sdhci_brcmstb_add_host()
Dsdhci.h509 #define SDHCI_USE_64_BIT_DMA (1<<12) /* Use 64-bit DMA */ macro
Dsdhci-msm.c2070 if (host->flags & SDHCI_USE_64_BIT_DMA) in sdhci_msm_cqe_disable()
2147 dma64 = host->flags & SDHCI_USE_64_BIT_DMA; in sdhci_msm_cqe_add_host()
2171 if (host->flags & SDHCI_USE_64_BIT_DMA) in sdhci_msm_cqe_add_host()
Dsdhci-pci-gli.c731 dma64 = host->flags & SDHCI_USE_64_BIT_DMA; in gl9763e_add_host()
Dsdhci-of-arasan.c1514 dma64 = host->flags & SDHCI_USE_64_BIT_DMA; in sdhci_arasan_add_host()
Dsdhci-tegra.c1584 dma64 = host->flags & SDHCI_USE_64_BIT_DMA; in sdhci_tegra_add_host()
Dsdhci-pci-core.c1023 dma64 = host->flags & SDHCI_USE_64_BIT_DMA; in glk_emmc_add_host()