Searched refs:CQHCI_HALT (Results 1 – 4 of 4) sorted by relevance
359 cqhci_writel(cq_host, CQHCI_HALT, CQHCI_CTL); in cqhci_off()365 if ((reg & CQHCI_HALT) || timed_out) in cqhci_off()581 if (cqhci_readl(cq_host, CQHCI_CTL) && CQHCI_HALT) { in cqhci_request()887 return cqhci_readl(cq_host, CQHCI_CTL) & CQHCI_HALT; in cqhci_halted()902 ctl |= CQHCI_HALT; in cqhci_halt()
34 #define CQHCI_HALT 0x00000001 macro
1145 if (reg == CQHCI_CTL && !(val & CQHCI_HALT) && in tegra_cqhci_writel()1146 cqhci_readl(cq_host, CQHCI_CTL) & CQHCI_HALT) { in tegra_cqhci_writel()1153 if (!(ctrl & CQHCI_HALT) || timed_out) in tegra_cqhci_writel()
1289 if (cqhci_readl(cq_host, CQHCI_CTL) && CQHCI_HALT) in esdhc_cqe_enable()