Searched refs:MMC_CAP2_CQE (Results 1 – 6 of 6) sorted by relevance
1535 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()
1473 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()
846 host->mmc->caps2 |= MMC_CAP2_CQE; in sdhci_arasan_probe()
789 slot->host->mmc->caps2 |= MMC_CAP2_CQE; in glk_emmc_probe_slot()
368 #define MMC_CAP2_CQE (1 << 23) /* Has eMMC command queue engine */ macro
1836 if (card->ext_csd.cmdq_support && host->caps2 & MMC_CAP2_CQE) { in mmc_init_card()