Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/mmc/host/
Dsdhci.c102 if (host->flags & SDHCI_USE_64_BIT_DMA) { in sdhci_dumpregs()
297 if (host->flags & SDHCI_USE_64_BIT_DMA) { in sdhci_config_dma()
696 if (host->flags & SDHCI_USE_64_BIT_DMA) in sdhci_adma_write_desc()
857 if (host->flags & SDHCI_USE_64_BIT_DMA) in sdhci_set_adma_addr()
3276 if (host->flags & SDHCI_USE_64_BIT_DMA) in sdhci_adma_show_error()
3829 else if (host->flags & SDHCI_USE_64_BIT_DMA) in sdhci_cqe_enable()
3977 host->flags &= ~SDHCI_USE_64_BIT_DMA; in sdhci_set_dma_mask()
3980 if (host->flags & SDHCI_USE_64_BIT_DMA) { in sdhci_set_dma_mask()
3985 host->flags &= ~SDHCI_USE_64_BIT_DMA; in sdhci_set_dma_mask()
4197 host->flags |= SDHCI_USE_64_BIT_DMA; in sdhci_setup_host()
[all …]
Dsdhci-brcmstb.c198 dma64 = host->flags & SDHCI_USE_64_BIT_DMA; in sdhci_brcmstb_add_host()
Dsdhci.h509 #define SDHCI_USE_64_BIT_DMA (1<<12) /* Use 64-bit DMA */ macro
Dsdhci-msm.c1816 if (host->flags & SDHCI_USE_64_BIT_DMA) in sdhci_msm_cqe_disable()
1890 dma64 = host->flags & SDHCI_USE_64_BIT_DMA; in sdhci_msm_cqe_add_host()
1910 if (host->flags & SDHCI_USE_64_BIT_DMA) in sdhci_msm_cqe_add_host()
Dsdhci-pci-gli.c731 dma64 = host->flags & SDHCI_USE_64_BIT_DMA; in gl9763e_add_host()
Dsdhci-of-arasan.c1513 dma64 = host->flags & SDHCI_USE_64_BIT_DMA; in sdhci_arasan_add_host()
Dsdhci-tegra.c1583 dma64 = host->flags & SDHCI_USE_64_BIT_DMA; in sdhci_tegra_add_host()
Dsdhci-pci-core.c1015 dma64 = host->flags & SDHCI_USE_64_BIT_DMA; in glk_emmc_add_host()
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0030_linux_drivers_pci_misc_nvmem_of_mtd_mmc.patch9023 - dma64 = host->flags & SDHCI_USE_64_BIT_DMA;
10872 - if (host->flags & SDHCI_USE_64_BIT_DMA)
10946 - dma64 = host->flags & SDHCI_USE_64_BIT_DMA;
10966 - if (host->flags & SDHCI_USE_64_BIT_DMA)
14999 host->flags |= SDHCI_USE_64_BIT_DMA;
15023 - if (!(host->flags & SDHCI_USE_64_BIT_DMA))
15030 + if (host->flags & SDHCI_USE_64_BIT_DMA) {
15278 (host->flags & SDHCI_USE_64_BIT_DMA) ? "ADMA 64-bit" : "ADMA" :
15420 #define SDHCI_USE_64_BIT_DMA (1<<12) /* Use 64-bit DMA */
/kernel/linux/patches/linux-5.10/hispark_taurus_patch/
Dhispark_taurus.patch30009 + if (host->flags & SDHCI_USE_64_BIT_DMA)
30134 + dma64 = host->flags & SDHCI_USE_64_BIT_DMA;
30453 if (host->flags & SDHCI_USE_64_BIT_DMA) {
30483 + if (host->flags & SDHCI_USE_64_BIT_DMA)
30514 + if (host->flags & SDHCI_USE_64_BIT_DMA) {
30547 + if (host->flags & SDHCI_USE_64_BIT_DMA)
30590 + if (host->flags & SDHCI_USE_64_BIT_DMA)
30859 + if (host->flags & SDHCI_USE_64_BIT_DMA)
30905 host->flags |= SDHCI_USE_64_BIT_DMA;
30948 (host->flags & SDHCI_USE_64_BIT_DMA) ? "ADMA 64-bit" : "ADMA" :
/kernel/linux/patches/linux-4.19/hispark_taurus_patch/
Dhispark_taurus.patch320894 + if (host->flags & SDHCI_USE_64_BIT_DMA)
321019 + dma64 = host->flags & SDHCI_USE_64_BIT_DMA;
321356 + if (host->flags & SDHCI_USE_64_BIT_DMA) {
321389 + if (host->flags & SDHCI_USE_64_BIT_DMA)
321424 + if (host->flags & SDHCI_USE_64_BIT_DMA)
321446 - if (host->flags & SDHCI_USE_64_BIT_DMA)
321472 + if (host->flags & SDHCI_USE_64_BIT_DMA)
321690 if (host->flags & SDHCI_USE_64_BIT_DMA)
321745 + if (host->flags & SDHCI_USE_64_BIT_DMA)
321808 if (host->flags & SDHCI_USE_64_BIT_DMA) {
[all …]