Lines Matching refs:CQHCI_CTL
119 cqhci_readl(cq_host, CQHCI_CTL)); in cqhci_dumpregs()
358 cqhci_writel(cq_host, CQHCI_HALT, CQHCI_CTL); in cqhci_off()
363 reg = cqhci_readl(cq_host, CQHCI_CTL); in cqhci_off()
575 cqhci_writel(cq_host, 0, CQHCI_CTL); in cqhci_request()
578 if (cqhci_readl(cq_host, CQHCI_CTL) && CQHCI_HALT) { in cqhci_request()
852 return !(cqhci_readl(cq_host, CQHCI_CTL) & CQHCI_CLEAR_ALL_TASKS); in cqhci_tasks_cleared()
863 ctl = cqhci_readl(cq_host, CQHCI_CTL); in cqhci_clear_all_tasks()
865 cqhci_writel(cq_host, ctl, CQHCI_CTL); in cqhci_clear_all_tasks()
883 return cqhci_readl(cq_host, CQHCI_CTL) & CQHCI_HALT; in cqhci_halted()
897 ctl = cqhci_readl(cq_host, CQHCI_CTL); in cqhci_halt()
899 cqhci_writel(cq_host, ctl, CQHCI_CTL); in cqhci_halt()