Home
last modified time | relevance | path

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

/linux/drivers/mmc/host/
A Dsdhci.c101 if (host->flags & SDHCI_USE_64_BIT_DMA) { in sdhci_dumpregs()
296 if (host->flags & SDHCI_USE_64_BIT_DMA) { in sdhci_config_dma()
695 if (host->flags & SDHCI_USE_64_BIT_DMA) in sdhci_adma_write_desc()
856 if (host->flags & SDHCI_USE_64_BIT_DMA) in sdhci_set_adma_addr()
3290 if (host->flags & SDHCI_USE_64_BIT_DMA) in sdhci_adma_show_error()
3849 else if (host->flags & SDHCI_USE_64_BIT_DMA) in sdhci_cqe_enable()
3999 host->flags &= ~SDHCI_USE_64_BIT_DMA; in sdhci_set_dma_mask()
4002 if (host->flags & SDHCI_USE_64_BIT_DMA) { in sdhci_set_dma_mask()
4007 host->flags &= ~SDHCI_USE_64_BIT_DMA; in sdhci_set_dma_mask()
4223 host->flags |= SDHCI_USE_64_BIT_DMA; in sdhci_setup_host()
[all …]
A Dsdhci-brcmstb.c198 dma64 = host->flags & SDHCI_USE_64_BIT_DMA; in sdhci_brcmstb_add_host()
A Dsdhci.h511 #define SDHCI_USE_64_BIT_DMA (1<<12) /* Use 64-bit DMA */ macro
A Dsdhci-msm.c2071 if (host->flags & SDHCI_USE_64_BIT_DMA) in sdhci_msm_cqe_disable()
2148 dma64 = host->flags & SDHCI_USE_64_BIT_DMA; in sdhci_msm_cqe_add_host()
2172 if (host->flags & SDHCI_USE_64_BIT_DMA) in sdhci_msm_cqe_add_host()
A Dsdhci-pci-gli.c803 dma64 = host->flags & SDHCI_USE_64_BIT_DMA; in gl9763e_add_host()
A Dsdhci-of-arasan.c1548 dma64 = host->flags & SDHCI_USE_64_BIT_DMA; in sdhci_arasan_add_host()
A Dsdhci-tegra.c1589 dma64 = host->flags & SDHCI_USE_64_BIT_DMA; in sdhci_tegra_add_host()
A Dsdhci-pci-core.c941 dma64 = host->flags & SDHCI_USE_64_BIT_DMA; in glk_emmc_add_host()

Completed in 32 milliseconds