Searched refs:STS_EINT (Results 1 – 4 of 4) sorted by relevance
151 (temp & STS_EINT) ? "not " : ""); in xhci_print_status()
247 #define STS_EINT (1 << 3) macro
715 writel(temp & ~STS_EINT, &xhci->op_regs->status); in xhci_stop()1048 writel(temp & ~STS_EINT, &xhci->op_regs->status); in xhci_resume()1106 if (status & STS_EINT) { in xhci_resume()
2700 if (!(status & STS_EINT)) { in xhci_irq()2717 status |= STS_EINT; in xhci_irq()