Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/host/
Dxhci.c751 writel((temp & ~0x1fff) | STS_EINT, &xhci->op_regs->status); in xhci_stop()
940 if (status & STS_EINT) in xhci_pending_portevent()
1169 writel((temp & ~0x1fff) | STS_EINT, &xhci->op_regs->status); in xhci_resume()
Dxhci.h239 #define STS_EINT (1 << 3) macro
Dxhci-ring.c2767 if (!(status & STS_EINT)) in xhci_irq()
2782 status |= STS_EINT; in xhci_irq()