Lines Matching refs:CQHCI_CTL
119 cqhci_readl(cq_host, CQHCI_CTL)); in cqhci_dumpregs()
285 if (cqhci_readl(cq_host, CQHCI_CTL) & CQHCI_HALT) in __cqhci_enable()
286 cqhci_writel(cq_host, 0, CQHCI_CTL); in __cqhci_enable()
367 return cqhci_readl(cq_host, CQHCI_CTL); in cqhci_read_ctl()
382 cqhci_writel(cq_host, CQHCI_HALT, CQHCI_CTL); in cqhci_off()
612 cqhci_writel(cq_host, 0, CQHCI_CTL); in cqhci_request()
615 if (cqhci_readl(cq_host, CQHCI_CTL) && CQHCI_HALT) { in cqhci_request()
915 return !(cqhci_readl(cq_host, CQHCI_CTL) & CQHCI_CLEAR_ALL_TASKS); in cqhci_tasks_cleared()
926 ctl = cqhci_readl(cq_host, CQHCI_CTL); in cqhci_clear_all_tasks()
928 cqhci_writel(cq_host, ctl, CQHCI_CTL); in cqhci_clear_all_tasks()
946 return cqhci_readl(cq_host, CQHCI_CTL) & CQHCI_HALT; in cqhci_halted()
960 ctl = cqhci_readl(cq_host, CQHCI_CTL); in cqhci_halt()
962 cqhci_writel(cq_host, ctl, CQHCI_CTL); in cqhci_halt()