Home
last modified time | relevance | path

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

/drivers/usb/host/
Dxhci.h246 #define STS_EINT (1 << 3) macro
2708 if (usbsts & STS_EINT) in xhci_decode_usbsts()
Dxhci.c760 writel((temp & ~0x1fff) | STS_EINT, &xhci->op_regs->status); in xhci_stop()
961 if (status & STS_EINT) in xhci_pending_portevent()
1204 writel((temp & ~0x1fff) | STS_EINT, &xhci->op_regs->status); in xhci_resume()
Dxhci-ring.c3169 if (!(status & STS_EINT)) in xhci_irq()
3188 status |= STS_EINT; in xhci_irq()