Lines Matching refs:cq_host
1862 struct cqhci_host *cq_host) in sdhci_msm_ice_init() argument
1868 if (!(cqhci_readl(cq_host, CQHCI_CAP) & CQHCI_CAP_CS)) in sdhci_msm_ice_init()
1970 static int sdhci_msm_program_key(struct cqhci_host *cq_host, in sdhci_msm_program_key() argument
1974 struct device *dev = mmc_dev(cq_host->mmc); in sdhci_msm_program_key()
1987 cap = cq_host->crypto_cap_array[cfg->crypto_cap_idx]; in sdhci_msm_program_key()
2018 struct cqhci_host *cq_host) in sdhci_msm_ice_init() argument
2123 struct cqhci_host *cq_host; in sdhci_msm_cqe_add_host() local
2139 cq_host = cqhci_pltfm_init(pdev); in sdhci_msm_cqe_add_host()
2140 if (IS_ERR(cq_host)) { in sdhci_msm_cqe_add_host()
2141 ret = PTR_ERR(cq_host); in sdhci_msm_cqe_add_host()
2147 cq_host->ops = &sdhci_msm_cqhci_ops; in sdhci_msm_cqe_add_host()
2151 ret = sdhci_msm_ice_init(msm_host, cq_host); in sdhci_msm_cqe_add_host()
2155 ret = cqhci_init(cq_host, host->mmc, dma64); in sdhci_msm_cqe_add_host()
2163 cqcfg = cqhci_readl(cq_host, CQHCI_VENDOR_CFG1); in sdhci_msm_cqe_add_host()
2165 cqhci_writel(cq_host, cqcfg, CQHCI_VENDOR_CFG1); in sdhci_msm_cqe_add_host()