Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
A Dxhci.h242 #define STS_EINT (1 << 3) macro
2633 if (usbsts & STS_EINT) in xhci_decode_usbsts()
A Dxhci.c754 writel((temp & ~0x1fff) | STS_EINT, &xhci->op_regs->status); in xhci_stop()
938 if (status & STS_EINT) in xhci_pending_portevent()
1174 writel((temp & ~0x1fff) | STS_EINT, &xhci->op_regs->status); in xhci_resume()
A Dxhci-ring.c3097 if (!(status & STS_EINT)) in xhci_irq()
3112 status |= STS_EINT; in xhci_irq()
/linux/drivers/usb/cdns3/
A Dcdnsp-ring.c1570 if (!(status & STS_EINT)) in cdnsp_irq_handler()
1573 writel(status | STS_EINT, &pdev->op_regs->status); in cdnsp_irq_handler()
A Dcdnsp-gadget.h209 #define STS_EINT BIT(3) macro
A Dcdnsp-gadget.c1448 writel((temp & ~0x1fff) | STS_EINT, &pdev->op_regs->status); in cdnsp_stop()

Completed in 40 milliseconds