Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/mmc/host/
A Dsdhci-cqhci.h17 if ((host->mmc->caps2 & MMC_CAP2_CQE) && (mask & SDHCI_RESET_ALL) && in sdhci_and_cqhci_reset()
A Dsdhci-esdhc-imx.c1753 host->mmc->caps2 |= MMC_CAP2_CQE | MMC_CAP2_CQE_DCMD; in sdhci_esdhc_imx_probe()
1837 if (host->mmc->caps2 & MMC_CAP2_CQE) { in sdhci_esdhc_suspend()
1881 if (host->mmc->caps2 & MMC_CAP2_CQE) in sdhci_esdhc_resume()
1899 if (host->mmc->caps2 & MMC_CAP2_CQE) { in sdhci_esdhc_runtime_suspend()
1955 if (host->mmc->caps2 & MMC_CAP2_CQE) in sdhci_esdhc_runtime_resume()
A Dsdhci-brcmstb.c213 host->mmc->caps2 |= MMC_CAP2_CQE | MMC_CAP2_CQE_DCMD; in sdhci_brcmstb_add_host()
A Dsdhci-tegra.c1607 host->mmc->caps2 |= MMC_CAP2_CQE | MMC_CAP2_CQE_DCMD; in sdhci_tegra_add_host()
1865 if (host->mmc->caps2 & MMC_CAP2_CQE) { in sdhci_tegra_suspend()
1906 if (host->mmc->caps2 & MMC_CAP2_CQE) { in sdhci_tegra_resume()
A Dsdhci_am654.c569 host->mmc->caps2 |= MMC_CAP2_CQE; in sdhci_am654_cqe_add_host()
A Dmtk-sd.c1662 if ((mmc->caps2 & MMC_CAP2_CQE) && in msdc_irq()
2749 mmc->caps2 |= MMC_CAP2_CQE | MMC_CAP2_CQE_DCMD; in msdc_drv_probe()
2788 if (mmc->caps2 & MMC_CAP2_CQE) { in msdc_drv_probe()
2975 if (mmc->caps2 & MMC_CAP2_CQE) { in msdc_suspend()
A Dsdhci-pci-gli.c1054 host->mmc->caps2 |= MMC_CAP2_CQE | MMC_CAP2_CQE_DCMD; in gli_probe_slot_gl9763e()
A Dsdhci-of-arasan.c1778 host->mmc->caps2 |= MMC_CAP2_CQE; in sdhci_arasan_probe()
A Dsdhci-pci-core.c923 slot->host->mmc->caps2 |= MMC_CAP2_CQE; in glk_emmc_probe_slot()
A Dsdhci.c4797 if ((mmc->caps2 & MMC_CAP2_CQE) && in __sdhci_add_host()
4799 mmc->caps2 &= ~MMC_CAP2_CQE; in __sdhci_add_host()
A Dsdhci-msm.c2147 msm_host->mmc->caps2 |= MMC_CAP2_CQE | MMC_CAP2_CQE_DCMD; in sdhci_msm_cqe_add_host()
/linux-6.3-rc2/include/linux/mmc/
A Dhost.h414 #define MMC_CAP2_CQE (1 << 23) /* Has eMMC command queue engine */ macro
/linux-6.3-rc2/drivers/mmc/core/
A Dmmc.c1887 if (card->ext_csd.cmdq_support && host->caps2 & MMC_CAP2_CQE) { in mmc_init_card()

Completed in 48 milliseconds