Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mmc/host/
Dsdhci.c104 if (host->flags & SDHCI_USE_64_BIT_DMA) { in sdhci_dumpregs()
567 if (host->flags & SDHCI_USE_64_BIT_DMA) in sdhci_adma_write_desc()
965 if (host->flags & SDHCI_USE_64_BIT_DMA) in sdhci_prepare_data()
986 if (host->flags & SDHCI_USE_64_BIT_DMA) in sdhci_prepare_data()
2694 if (host->flags & SDHCI_USE_64_BIT_DMA) in sdhci_adma_show_error()
3196 if (host->flags & SDHCI_USE_64_BIT_DMA) in sdhci_cqe_enable()
3337 host->flags &= ~SDHCI_USE_64_BIT_DMA; in sdhci_set_dma_mask()
3340 if (host->flags & SDHCI_USE_64_BIT_DMA) { in sdhci_set_dma_mask()
3345 host->flags &= ~SDHCI_USE_64_BIT_DMA; in sdhci_set_dma_mask()
3545 host->flags |= SDHCI_USE_64_BIT_DMA; in sdhci_setup_host()
[all …]
Dsdhci.h484 #define SDHCI_USE_64_BIT_DMA (1<<12) /* Use 64-bit DMA */ macro
Dsdhci-of-arasan.c681 dma64 = host->flags & SDHCI_USE_64_BIT_DMA; in sdhci_arasan_add_host()
Dsdhci-pci-core.c775 dma64 = host->flags & SDHCI_USE_64_BIT_DMA; in glk_emmc_add_host()