CQHCI_CTL         112 drivers/mmc/host/cqhci.c 		   cqhci_readl(cq_host, CQHCI_CTL));
CQHCI_CTL         349 drivers/mmc/host/cqhci.c 	return cqhci_readl(cq_host, CQHCI_CTL);
CQHCI_CTL         364 drivers/mmc/host/cqhci.c 	cqhci_writel(cq_host, CQHCI_HALT, CQHCI_CTL);
CQHCI_CTL         577 drivers/mmc/host/cqhci.c 		cqhci_writel(cq_host, 0, CQHCI_CTL);
CQHCI_CTL         580 drivers/mmc/host/cqhci.c 		if (cqhci_readl(cq_host, CQHCI_CTL) && CQHCI_HALT) {
CQHCI_CTL         855 drivers/mmc/host/cqhci.c 	return !(cqhci_readl(cq_host, CQHCI_CTL) & CQHCI_CLEAR_ALL_TASKS);
CQHCI_CTL         866 drivers/mmc/host/cqhci.c 	ctl = cqhci_readl(cq_host, CQHCI_CTL);
CQHCI_CTL         868 drivers/mmc/host/cqhci.c 	cqhci_writel(cq_host, ctl, CQHCI_CTL);
CQHCI_CTL         886 drivers/mmc/host/cqhci.c 	return cqhci_readl(cq_host, CQHCI_CTL) & CQHCI_HALT;
CQHCI_CTL         900 drivers/mmc/host/cqhci.c 	ctl = cqhci_readl(cq_host, CQHCI_CTL);
CQHCI_CTL         902 drivers/mmc/host/cqhci.c 	cqhci_writel(cq_host, ctl, CQHCI_CTL);
CQHCI_CTL        1288 drivers/mmc/host/sdhci-esdhc-imx.c 	cqhci_writel(cq_host, 0, CQHCI_CTL);
CQHCI_CTL        1289 drivers/mmc/host/sdhci-esdhc-imx.c 	if (cqhci_readl(cq_host, CQHCI_CTL) && CQHCI_HALT)
CQHCI_CTL        1145 drivers/mmc/host/sdhci-tegra.c 	if (reg == CQHCI_CTL && !(val & CQHCI_HALT) &&
CQHCI_CTL        1146 drivers/mmc/host/sdhci-tegra.c 	    cqhci_readl(cq_host, CQHCI_CTL) & CQHCI_HALT) {
CQHCI_CTL        1152 drivers/mmc/host/sdhci-tegra.c 			ctrl = cqhci_readl(cq_host, CQHCI_CTL);