Home
last modified time | relevance | path

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

/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-brcmstb.c449 host->mmc->caps2 |= MMC_CAP2_CQE | MMC_CAP2_CQE_DCMD; in sdhci_brcmstb_add_host()
639 if (host->mmc->caps2 & MMC_CAP2_CQE) { in sdhci_brcmstb_suspend()
673 if (host->mmc->caps2 & MMC_CAP2_CQE) in sdhci_brcmstb_resume()
H A Dsdhci-of-dwcmshc.c835 if ((host->mmc->caps2 & MMC_CAP2_CQE) && (mask & SDHCI_RESET_ALL)) in rk35xx_sdhci_reset()
1854 host->mmc->caps2 |= MMC_CAP2_CQE | MMC_CAP2_CQE_DCMD; in dwcmshc_cqhci_init()
1905 host->mmc->caps2 &= ~(MMC_CAP2_CQE | MMC_CAP2_CQE_DCMD); in dwcmshc_cqhci_init()
2115 if (host->mmc->caps2 & MMC_CAP2_CQE) { in dwcmshc_suspend()
2159 if (host->mmc->caps2 & MMC_CAP2_CQE) { in dwcmshc_resume()
H A Dsdhci-tegra.c1605 host->mmc->caps2 |= MMC_CAP2_CQE | MMC_CAP2_CQE_DCMD; in sdhci_tegra_add_host()
1857 if (host->mmc->caps2 & MMC_CAP2_CQE) { in sdhci_tegra_suspend()
1898 if (host->mmc->caps2 & MMC_CAP2_CQE) { in sdhci_tegra_resume()
H A Dsdhci-esdhc-imx.c1942 host->mmc->caps2 |= MMC_CAP2_CQE | MMC_CAP2_CQE_DCMD; in sdhci_esdhc_imx_probe()
2120 if (host->mmc->caps2 & MMC_CAP2_CQE) { in sdhci_esdhc_runtime_suspend()
2172 if (host->mmc->caps2 & MMC_CAP2_CQE) in sdhci_esdhc_runtime_resume()
H A Dmtk-sd.c1825 if ((mmc->caps2 & MMC_CAP2_CQE) && in msdc_irq()
3076 mmc->caps2 |= MMC_CAP2_CQE | MMC_CAP2_CQE_DCMD; in msdc_drv_probe()
3115 if (mmc->caps2 & MMC_CAP2_CQE) { in msdc_drv_probe()
3333 if (mmc->caps2 & MMC_CAP2_CQE) { in msdc_suspend()
H A Dsdhci_am654.c720 host->mmc->caps2 |= MMC_CAP2_CQE; in sdhci_am654_cqe_add_host()
H A Dsdhci-of-arasan.c2027 host->mmc->caps2 |= MMC_CAP2_CQE; in sdhci_arasan_probe()
H A Dsdhci-pci-gli.c2001 host->mmc->caps2 |= MMC_CAP2_CQE | MMC_CAP2_CQE_DCMD; in gli_probe_slot_gl9763e()
H A Dsdhci.c4863 if ((mmc->caps2 & MMC_CAP2_CQE) && in __sdhci_add_host()
4865 mmc->caps2 &= ~MMC_CAP2_CQE; in __sdhci_add_host()
H A Dsdhci-pci-core.c931 slot->host->mmc->caps2 |= MMC_CAP2_CQE; in glk_emmc_probe_slot()
H A Dsdhci-msm.c2157 msm_host->mmc->caps2 |= MMC_CAP2_CQE | MMC_CAP2_CQE_DCMD; in sdhci_msm_cqe_add_host()
/linux/drivers/mmc/core/
H A Ddebugfs.c335 MMC_CAP2_CQE | in mmc_caps2_set()
H A Dmmc.c1905 if (card->ext_csd.cmdq_support && host->caps2 & MMC_CAP2_CQE) { in mmc_init_card()
/linux/include/linux/mmc/
H A Dhost.h456 #define MMC_CAP2_CQE (1 << 23) /* Has eMMC command queue engine */ macro