Lines Matching refs:cq_host
473 struct cqhci_host *cq_host;
2455 struct cqhci_host *cq_host = mmc->cqe_private;
2465 itcfmul = CQHCI_ITCFMUL(cqhci_readl(cq_host, CQHCI_CAP));
2494 struct cqhci_host *cq_host = mmc->cqe_private;
2506 cqhci_writel(cq_host, host->cq_ssc1_time, CQHCI_SSC1);
2537 struct cqhci_host *cq_host = mmc->cqe_private;
2540 reg = cqhci_readl(cq_host, CQHCI_CFG);
2542 cqhci_writel(cq_host, reg, CQHCI_CFG);
2547 struct cqhci_host *cq_host = mmc->cqe_private;
2550 reg = cqhci_readl(cq_host, CQHCI_CFG);
2552 cqhci_writel(cq_host, reg, CQHCI_CFG);
2831 host->cq_host = devm_kzalloc(mmc->parent,
2832 sizeof(*host->cq_host),
2834 if (!host->cq_host) {
2838 host->cq_host->caps |= CQHCI_TASK_DESC_SZ_128;
2839 host->cq_host->mmio = host->base + 0x800;
2840 host->cq_host->ops = &msdc_cmdq_ops;
2841 ret = cqhci_init(host->cq_host, mmc, true);