Searched refs:SDHCI_USE_64_BIT_DMA (Results 1 – 5 of 5) sorted by relevance
100 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 …]
515 #define SDHCI_USE_64_BIT_DMA (1<<12) /* Use 64-bit DMA */ macro
713 dma64 = host->flags & SDHCI_USE_64_BIT_DMA; in sdhci_arasan_add_host()
1485 dma64 = host->flags & SDHCI_USE_64_BIT_DMA; in sdhci_tegra_add_host()
829 dma64 = host->flags & SDHCI_USE_64_BIT_DMA; in glk_emmc_add_host()