Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/mmc/host/
Dsdhci-esdhc-imx.c1535 host->mmc->caps2 |= MMC_CAP2_CQE | MMC_CAP2_CQE_DCMD; in sdhci_esdhc_imx_probe()
1617 if (host->mmc->caps2 & MMC_CAP2_CQE) { in sdhci_esdhc_suspend()
1641 if (host->mmc->caps2 & MMC_CAP2_CQE) in sdhci_esdhc_resume()
1656 if (host->mmc->caps2 & MMC_CAP2_CQE) { in sdhci_esdhc_runtime_suspend()
1710 if (host->mmc->caps2 & MMC_CAP2_CQE) in sdhci_esdhc_runtime_resume()
Dsdhci-tegra.c1473 host->mmc->caps2 |= MMC_CAP2_CQE | MMC_CAP2_CQE_DCMD; in sdhci_tegra_add_host()
1637 if (host->mmc->caps2 & MMC_CAP2_CQE) { in sdhci_tegra_suspend()
1667 if (host->mmc->caps2 & MMC_CAP2_CQE) { in sdhci_tegra_resume()
Dsdhci-of-arasan.c846 host->mmc->caps2 |= MMC_CAP2_CQE; in sdhci_arasan_probe()
Dsdhci-pci-core.c789 slot->host->mmc->caps2 |= MMC_CAP2_CQE; in glk_emmc_probe_slot()
/Linux-v5.4/include/linux/mmc/
Dhost.h368 #define MMC_CAP2_CQE (1 << 23) /* Has eMMC command queue engine */ macro
/Linux-v5.4/drivers/mmc/core/
Dmmc.c1836 if (card->ext_csd.cmdq_support && host->caps2 & MMC_CAP2_CQE) { in mmc_init_card()