Lines Matching refs:cq_host
1811 struct cqhci_host *cq_host)
1817 if (!(cqhci_readl(cq_host, CQHCI_CAP) & CQHCI_CAP_CS))
1861 static int sdhci_msm_program_key(struct cqhci_host *cq_host,
1865 struct sdhci_host *host = mmc_priv(cq_host->mmc);
1871 cap = cq_host->crypto_cap_array[cfg->crypto_cap_idx];
1889 struct cqhci_host *cq_host)
2000 struct cqhci_host *cq_host;
2016 cq_host = cqhci_pltfm_init(pdev);
2017 if (IS_ERR(cq_host)) {
2018 ret = PTR_ERR(cq_host);
2024 cq_host->ops = &sdhci_msm_cqhci_ops;
2028 ret = sdhci_msm_ice_init(msm_host, cq_host);
2032 ret = cqhci_init(cq_host, host->mmc, dma64);
2040 cqcfg = cqhci_readl(cq_host, CQHCI_VENDOR_CFG1);
2042 cqhci_writel(cq_host, cqcfg, CQHCI_VENDOR_CFG1);