Lines Matching refs:CQHCI_CTL
112 cqhci_readl(cq_host, CQHCI_CTL)); in cqhci_dumpregs()
355 return cqhci_readl(cq_host, CQHCI_CTL); in cqhci_read_ctl()
370 cqhci_writel(cq_host, CQHCI_HALT, CQHCI_CTL); in cqhci_off()
589 cqhci_writel(cq_host, 0, CQHCI_CTL); in cqhci_request()
592 if (cqhci_readl(cq_host, CQHCI_CTL) && CQHCI_HALT) { in cqhci_request()
867 return !(cqhci_readl(cq_host, CQHCI_CTL) & CQHCI_CLEAR_ALL_TASKS); in cqhci_tasks_cleared()
878 ctl = cqhci_readl(cq_host, CQHCI_CTL); in cqhci_clear_all_tasks()
880 cqhci_writel(cq_host, ctl, CQHCI_CTL); in cqhci_clear_all_tasks()
898 return cqhci_readl(cq_host, CQHCI_CTL) & CQHCI_HALT; in cqhci_halted()
912 ctl = cqhci_readl(cq_host, CQHCI_CTL); in cqhci_halt()
914 cqhci_writel(cq_host, ctl, CQHCI_CTL); in cqhci_halt()