Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/host/
Dxhci-dbg.c134 (temp & STS_EINT) ? "not " : ""); in xhci_print_status()
Dxhci.h225 #define STS_EINT (1 << 3) macro
Dxhci.c731 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()
Dxhci-ring.c2661 if (!(status & STS_EINT)) { in xhci_irq()
2678 status |= STS_EINT; in xhci_irq()