Lines Matching refs:cq_host
1863 struct cqhci_host *cq_host) in sdhci_msm_ice_init() argument
1869 if (!(cqhci_readl(cq_host, CQHCI_CAP) & CQHCI_CAP_CS)) in sdhci_msm_ice_init()
1971 static int sdhci_msm_program_key(struct cqhci_host *cq_host, in sdhci_msm_program_key() argument
1975 struct device *dev = mmc_dev(cq_host->mmc); in sdhci_msm_program_key()
1988 cap = cq_host->crypto_cap_array[cfg->crypto_cap_idx]; in sdhci_msm_program_key()
2019 struct cqhci_host *cq_host) in sdhci_msm_ice_init() argument
2124 struct cqhci_host *cq_host; in sdhci_msm_cqe_add_host() local
2140 cq_host = cqhci_pltfm_init(pdev); in sdhci_msm_cqe_add_host()
2141 if (IS_ERR(cq_host)) { in sdhci_msm_cqe_add_host()
2142 ret = PTR_ERR(cq_host); in sdhci_msm_cqe_add_host()
2148 cq_host->ops = &sdhci_msm_cqhci_ops; in sdhci_msm_cqe_add_host()
2152 ret = sdhci_msm_ice_init(msm_host, cq_host); in sdhci_msm_cqe_add_host()
2156 ret = cqhci_init(cq_host, host->mmc, dma64); in sdhci_msm_cqe_add_host()
2164 cqcfg = cqhci_readl(cq_host, CQHCI_VENDOR_CFG1); in sdhci_msm_cqe_add_host()
2166 cqhci_writel(cq_host, cqcfg, CQHCI_VENDOR_CFG1); in sdhci_msm_cqe_add_host()