Home
last modified time | relevance | path

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

/drivers/usb/host/
Dxhci-dbg.c134 (temp & STS_EINT) ? "not " : ""); in xhci_print_status()
Dxhci.h218 #define STS_EINT (1 << 3) macro
Dxhci-ring.c2730 if (!(status & STS_EINT)) { in xhci_irq()
2747 status |= STS_EINT; in xhci_irq()
Dxhci.c747 xhci_writel(xhci, temp & ~STS_EINT, &xhci->op_regs->status); in xhci_stop()
1022 xhci_writel(xhci, temp & ~STS_EINT, &xhci->op_regs->status); in xhci_resume()