Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mmc/host/
H A Dsdhci-cqhci.h17 if ((host->mmc->caps2 & MMC_CAP2_CQE) && (mask & SDHCI_RESET_ALL) && in sdhci_and_cqhci_reset()
H A Dsdhci-esdhc-imx.c1758 host->mmc->caps2 |= MMC_CAP2_CQE | MMC_CAP2_CQE_DCMD; in sdhci_esdhc_imx_probe()
1844 if (host->mmc->caps2 & MMC_CAP2_CQE) { in sdhci_esdhc_suspend()
1888 if (host->mmc->caps2 & MMC_CAP2_CQE) in sdhci_esdhc_resume()
1906 if (host->mmc->caps2 & MMC_CAP2_CQE) { in sdhci_esdhc_runtime_suspend()
1962 if (host->mmc->caps2 & MMC_CAP2_CQE) in sdhci_esdhc_runtime_resume()
H A Dsdhci-brcmstb.c214 host->mmc->caps2 |= MMC_CAP2_CQE | MMC_CAP2_CQE_DCMD; in sdhci_brcmstb_add_host()
H A Dsdhci-tegra.c1605 host->mmc->caps2 |= MMC_CAP2_CQE | MMC_CAP2_CQE_DCMD; in sdhci_tegra_add_host()
1861 if (host->mmc->caps2 & MMC_CAP2_CQE) { in sdhci_tegra_suspend()
1902 if (host->mmc->caps2 & MMC_CAP2_CQE) { in sdhci_tegra_resume()
H A Dmtk-sd.c1661 if ((mmc->caps2 & MMC_CAP2_CQE) && in msdc_irq()
2781 mmc->caps2 |= MMC_CAP2_CQE | MMC_CAP2_CQE_DCMD; in msdc_drv_probe()
2820 if (mmc->caps2 & MMC_CAP2_CQE) { in msdc_drv_probe()
3005 if (mmc->caps2 & MMC_CAP2_CQE) { in msdc_suspend()
H A Dsdhci_am654.c657 host->mmc->caps2 |= MMC_CAP2_CQE; in sdhci_am654_cqe_add_host()
H A Dsdhci-of-arasan.c1990 host->mmc->caps2 |= MMC_CAP2_CQE; in sdhci_arasan_probe()
H A Dsdhci-pci-gli.c1513 host->mmc->caps2 |= MMC_CAP2_CQE | MMC_CAP2_CQE_DCMD; in gli_probe_slot_gl9763e()
H A Dsdhci.c4806 if ((mmc->caps2 & MMC_CAP2_CQE) && in __sdhci_add_host()
4808 mmc->caps2 &= ~MMC_CAP2_CQE; in __sdhci_add_host()
H A Dsdhci-pci-core.c924 slot->host->mmc->caps2 |= MMC_CAP2_CQE; in glk_emmc_probe_slot()
H A Dsdhci-msm.c2023 msm_host->mmc->caps2 |= MMC_CAP2_CQE | MMC_CAP2_CQE_DCMD; in sdhci_msm_cqe_add_host()
/openbmc/linux/include/linux/mmc/
H A Dhost.h420 #define MMC_CAP2_CQE (1 << 23) /* Has eMMC command queue engine */ macro
/openbmc/linux/drivers/mmc/core/
H A Dmmc.c1894 if (card->ext_csd.cmdq_support && host->caps2 & MMC_CAP2_CQE) { in mmc_init_card()