Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/usb/host/
Dxhci.h245 #define STS_EINT (1 << 3) macro
2661 if (usbsts & STS_EINT) in xhci_decode_usbsts()
Dxhci.c771 writel((temp & ~0x1fff) | STS_EINT, &xhci->op_regs->status); in xhci_stop()
972 if (status & STS_EINT) in xhci_pending_portevent()
1220 writel((temp & ~0x1fff) | STS_EINT, &xhci->op_regs->status); in xhci_resume()
Dxhci-ring.c3031 if (!(status & STS_EINT)) in xhci_irq()
3046 status |= STS_EINT; in xhci_irq()
/Linux-v6.1/drivers/usb/cdns3/
Dcdnsp-gadget.h209 #define STS_EINT BIT(3) macro
Dcdnsp-ring.c1570 if (!(status & STS_EINT)) in cdnsp_irq_handler()
1573 writel(status | STS_EINT, &pdev->op_regs->status); in cdnsp_irq_handler()
Dcdnsp-gadget.c1441 writel((temp & ~0x1fff) | STS_EINT, &pdev->op_regs->status); in cdnsp_stop()