Searched refs:STS_EINT (Results 1 – 4 of 4) sorted by relevance
134 (temp & STS_EINT) ? "not " : ""); in xhci_print_status()
225 #define STS_EINT (1 << 3) macro
731 writel(temp & ~STS_EINT, &xhci->op_regs->status); in xhci_stop()1058 writel(temp & ~STS_EINT, &xhci->op_regs->status); in xhci_resume()1116 if (status & STS_EINT) { in xhci_resume()
2661 if (!(status & STS_EINT)) { in xhci_irq()2678 status |= STS_EINT; in xhci_irq()