Home
last modified time | relevance | path

Searched refs:MMC_CAP2_CQE (Results 1 – 12 of 12) sorted by relevance

/Linux-v5.10/drivers/mmc/host/
Dsdhci-esdhc-imx.c1701 host->mmc->caps2 |= MMC_CAP2_CQE | MMC_CAP2_CQE_DCMD; in sdhci_esdhc_imx_probe()
1783 if (host->mmc->caps2 & MMC_CAP2_CQE) { in sdhci_esdhc_suspend()
1827 if (host->mmc->caps2 & MMC_CAP2_CQE) in sdhci_esdhc_resume()
1845 if (host->mmc->caps2 & MMC_CAP2_CQE) { in sdhci_esdhc_runtime_suspend()
1901 if (host->mmc->caps2 & MMC_CAP2_CQE) in sdhci_esdhc_runtime_resume()
Dsdhci-brcmstb.c183 host->mmc->caps2 |= MMC_CAP2_CQE | MMC_CAP2_CQE_DCMD; in sdhci_brcmstb_add_host()
Dsdhci-pci-gli.c747 if ((host->mmc->caps2 & MMC_CAP2_CQE) && (mask & SDHCI_RESET_ALL) && in sdhci_gl9763e_reset()
790 host->mmc->caps2 |= MMC_CAP2_CQE | MMC_CAP2_CQE_DCMD; in gli_probe_slot_gl9763e()
Dsdhci-tegra.c1530 host->mmc->caps2 |= MMC_CAP2_CQE | MMC_CAP2_CQE_DCMD; in sdhci_tegra_add_host()
1733 if (host->mmc->caps2 & MMC_CAP2_CQE) { in sdhci_tegra_suspend()
1763 if (host->mmc->caps2 & MMC_CAP2_CQE) { in sdhci_tegra_resume()
Dmtk-sd.c1571 if ((mmc->caps2 & MMC_CAP2_CQE) && in msdc_irq()
2488 mmc->caps2 |= MMC_CAP2_CQE | MMC_CAP2_CQE_DCMD; in msdc_drv_probe()
2504 if (mmc->caps2 & MMC_CAP2_CQE) { in msdc_drv_probe()
2690 if (mmc->caps2 & MMC_CAP2_CQE) { in msdc_suspend()
Dsdhci_am654.c551 host->mmc->caps2 |= MMC_CAP2_CQE; in sdhci_am654_cqe_add_host()
Dsdhci-pci-core.c239 if ((host->mmc->caps2 & MMC_CAP2_CQE) && (mask & SDHCI_RESET_ALL) && in sdhci_cqhci_reset()
958 slot->host->mmc->caps2 |= MMC_CAP2_CQE; in glk_emmc_probe_slot()
Dsdhci-msm.c1870 msm_host->mmc->caps2 |= MMC_CAP2_CQE | MMC_CAP2_CQE_DCMD; in sdhci_msm_cqe_add_host()
2029 if ((host->mmc->caps2 & MMC_CAP2_CQE) && (mask & SDHCI_RESET_ALL)) in sdhci_msm_reset()
Dsdhci-of-arasan.c1634 host->mmc->caps2 |= MMC_CAP2_CQE; in sdhci_arasan_probe()
Dsdhci.c4679 if ((mmc->caps2 & MMC_CAP2_CQE) && in __sdhci_add_host()
4681 mmc->caps2 &= ~MMC_CAP2_CQE; in __sdhci_add_host()
/Linux-v5.10/include/linux/mmc/
Dhost.h376 #define MMC_CAP2_CQE (1 << 23) /* Has eMMC command queue engine */ macro
/Linux-v5.10/drivers/mmc/core/
Dmmc.c1845 if (card->ext_csd.cmdq_support && host->caps2 & MMC_CAP2_CQE) { in mmc_init_card()