Lines Matching refs:cq_host
1304 struct cqhci_host *cq_host = host->mmc->cqe_private;
1410 if (cq_host) {
1411 tmp = cqhci_readl(cq_host, CQHCI_IS);
1412 cqhci_writel(cq_host, tmp, CQHCI_IS);
1413 cqhci_writel(cq_host, CQHCI_HALT, CQHCI_CTL);
1421 struct cqhci_host *cq_host = mmc->cqe_private;
1460 cqhci_writel(cq_host, 0, CQHCI_CTL);
1461 if (cqhci_readl(cq_host, CQHCI_CTL) & CQHCI_HALT)
1548 struct cqhci_host *cq_host;
1649 cq_host = devm_kzalloc(&pdev->dev, sizeof(*cq_host), GFP_KERNEL);
1650 if (!cq_host) {
1655 cq_host->mmio = host->ioaddr + ESDHC_CQHCI_ADDR_OFFSET;
1656 cq_host->ops = &esdhc_cqhci_ops;
1658 err = cqhci_init(cq_host, host->mmc, false);