Home
last modified time | relevance | path

Searched refs:STS_EINT (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/usb/host/
Dxhci-dbg.c151 (temp & STS_EINT) ? "not " : ""); in xhci_print_status()
Dxhci.h247 #define STS_EINT (1 << 3) macro
Dxhci.c715 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()
Dxhci-ring.c2700 if (!(status & STS_EINT)) { in xhci_irq()
2717 status |= STS_EINT; in xhci_irq()