Lines Matching refs:cq_host
1414 struct cqhci_host *cq_host = host->mmc->cqe_private;
1522 if (cq_host) {
1523 tmp = cqhci_readl(cq_host, CQHCI_IS);
1524 cqhci_writel(cq_host, tmp, CQHCI_IS);
1525 cqhci_writel(cq_host, CQHCI_HALT, CQHCI_CTL);
1533 struct cqhci_host *cq_host = mmc->cqe_private;
1572 cqhci_writel(cq_host, 0, CQHCI_CTL);
1573 if (cqhci_readl(cq_host, CQHCI_CTL) & CQHCI_HALT)
1652 struct cqhci_host *cq_host;
1753 cq_host = devm_kzalloc(&pdev->dev, sizeof(*cq_host), GFP_KERNEL);
1754 if (!cq_host) {
1759 cq_host->mmio = host->ioaddr + ESDHC_CQHCI_ADDR_OFFSET;
1760 cq_host->ops = &esdhc_cqhci_ops;
1762 err = cqhci_init(cq_host, host->mmc, false);