Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/mmc/host/
Dsdhci.c100 if (host->flags & SDHCI_USE_64_BIT_DMA) { in sdhci_dumpregs()
292 if (host->flags & SDHCI_USE_64_BIT_DMA) { in sdhci_config_dma()
673 if (host->flags & SDHCI_USE_64_BIT_DMA) in sdhci_adma_write_desc()
822 if (host->flags & SDHCI_USE_64_BIT_DMA) in sdhci_set_adma_addr()
2884 if (host->flags & SDHCI_USE_64_BIT_DMA) in sdhci_adma_show_error()
3422 else if (host->flags & SDHCI_USE_64_BIT_DMA) in sdhci_cqe_enable()
3569 host->flags &= ~SDHCI_USE_64_BIT_DMA; in sdhci_set_dma_mask()
3572 if (host->flags & SDHCI_USE_64_BIT_DMA) { in sdhci_set_dma_mask()
3577 host->flags &= ~SDHCI_USE_64_BIT_DMA; in sdhci_set_dma_mask()
3785 host->flags |= SDHCI_USE_64_BIT_DMA; in sdhci_setup_host()
[all …]
Dsdhci.h515 #define SDHCI_USE_64_BIT_DMA (1<<12) /* Use 64-bit DMA */ macro
Dsdhci-of-arasan.c713 dma64 = host->flags & SDHCI_USE_64_BIT_DMA; in sdhci_arasan_add_host()
Dsdhci-tegra.c1485 dma64 = host->flags & SDHCI_USE_64_BIT_DMA; in sdhci_tegra_add_host()
Dsdhci-pci-core.c829 dma64 = host->flags & SDHCI_USE_64_BIT_DMA; in glk_emmc_add_host()