Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mmc/host/
H A Dsdhci.c101 if (host->flags & SDHCI_USE_64_BIT_DMA) { in sdhci_dumpregs()
336 if (host->flags & SDHCI_USE_64_BIT_DMA) { in sdhci_config_dma()
724 if (host->flags & SDHCI_USE_64_BIT_DMA) in sdhci_adma_write_desc()
883 if (host->flags & SDHCI_USE_64_BIT_DMA) in sdhci_set_adma_addr()
3351 if (host->flags & SDHCI_USE_64_BIT_DMA) in sdhci_adma_show_error()
3923 else if (host->flags & SDHCI_USE_64_BIT_DMA) in sdhci_cqe_enable()
4079 host->flags &= ~SDHCI_USE_64_BIT_DMA; in sdhci_set_dma_mask()
4082 if (host->flags & SDHCI_USE_64_BIT_DMA) { in sdhci_set_dma_mask()
4087 host->flags &= ~SDHCI_USE_64_BIT_DMA; in sdhci_set_dma_mask()
4300 host->flags |= SDHCI_USE_64_BIT_DMA; in sdhci_setup_host()
[all …]
H A Dsdhci-brcmstb.c229 dma64 = host->flags & SDHCI_USE_64_BIT_DMA; in sdhci_brcmstb_add_host()
H A Dsdhci.h520 #define SDHCI_USE_64_BIT_DMA (1<<12) /* Use 64-bit DMA */ macro
H A Dsdhci-msm.c1998 if (host->flags & SDHCI_USE_64_BIT_DMA) in sdhci_msm_cqe_disable()
2075 dma64 = host->flags & SDHCI_USE_64_BIT_DMA; in sdhci_msm_cqe_add_host()
2099 if (host->flags & SDHCI_USE_64_BIT_DMA) in sdhci_msm_cqe_add_host()
H A Dsdhci-of-arasan.c1815 dma64 = host->flags & SDHCI_USE_64_BIT_DMA; in sdhci_arasan_add_host()
H A Dsdhci-pci-gli.c1324 dma64 = host->flags & SDHCI_USE_64_BIT_DMA; in gl9763e_add_host()
H A Dsdhci-tegra.c1617 dma64 = host->flags & SDHCI_USE_64_BIT_DMA; in sdhci_tegra_add_host()
H A Dsdhci-pci-core.c966 dma64 = host->flags & SDHCI_USE_64_BIT_DMA; in glk_emmc_add_host()