Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/mmc/host/
Dsdhci-cqhci.h17 if ((host->mmc->caps2 & MMC_CAP2_CQE) && (mask & SDHCI_RESET_ALL) && in sdhci_and_cqhci_reset()
Dsdhci-esdhc-imx.c1752 host->mmc->caps2 |= MMC_CAP2_CQE | MMC_CAP2_CQE_DCMD; in sdhci_esdhc_imx_probe()
1838 if (host->mmc->caps2 & MMC_CAP2_CQE) { in sdhci_esdhc_suspend()
1882 if (host->mmc->caps2 & MMC_CAP2_CQE) in sdhci_esdhc_resume()
1900 if (host->mmc->caps2 & MMC_CAP2_CQE) { in sdhci_esdhc_runtime_suspend()
1956 if (host->mmc->caps2 & MMC_CAP2_CQE) in sdhci_esdhc_runtime_resume()
Dsdhci-brcmstb.c213 host->mmc->caps2 |= MMC_CAP2_CQE | MMC_CAP2_CQE_DCMD; in sdhci_brcmstb_add_host()
Dsdhci-tegra.c1606 host->mmc->caps2 |= MMC_CAP2_CQE | MMC_CAP2_CQE_DCMD; in sdhci_tegra_add_host()
1862 if (host->mmc->caps2 & MMC_CAP2_CQE) { in sdhci_tegra_suspend()
1903 if (host->mmc->caps2 & MMC_CAP2_CQE) { in sdhci_tegra_resume()
Dmtk-sd.c1661 if ((mmc->caps2 & MMC_CAP2_CQE) && in msdc_irq()
2791 mmc->caps2 |= MMC_CAP2_CQE | MMC_CAP2_CQE_DCMD; in msdc_drv_probe()
2830 if (mmc->caps2 & MMC_CAP2_CQE) { in msdc_drv_probe()
3017 if (mmc->caps2 & MMC_CAP2_CQE) { in msdc_suspend()
Dsdhci_am654.c568 host->mmc->caps2 |= MMC_CAP2_CQE; in sdhci_am654_cqe_add_host()
Dsdhci-of-arasan.c1990 host->mmc->caps2 |= MMC_CAP2_CQE; in sdhci_arasan_probe()
Dsdhci-pci-gli.c1503 host->mmc->caps2 |= MMC_CAP2_CQE | MMC_CAP2_CQE_DCMD; in gli_probe_slot_gl9763e()
Dsdhci-pci-core.c923 slot->host->mmc->caps2 |= MMC_CAP2_CQE; in glk_emmc_probe_slot()
Dsdhci.c4797 if ((mmc->caps2 & MMC_CAP2_CQE) && in __sdhci_add_host()
4799 mmc->caps2 &= ~MMC_CAP2_CQE; in __sdhci_add_host()
Dsdhci-msm.c2023 msm_host->mmc->caps2 |= MMC_CAP2_CQE | MMC_CAP2_CQE_DCMD; in sdhci_msm_cqe_add_host()
/linux-6.6.21/include/linux/mmc/
Dhost.h420 #define MMC_CAP2_CQE (1 << 23) /* Has eMMC command queue engine */ macro
/linux-6.6.21/drivers/mmc/core/
Dmmc.c1889 if (card->ext_csd.cmdq_support && host->caps2 & MMC_CAP2_CQE) { in mmc_init_card()