Home
last modified time | relevance | path

Searched refs:STS_EINT (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-6.6/drivers/usb/cdns3/
H A Dcdnsp-gadget.h209 #define STS_EINT BIT(3) macro
H A Dcdnsp-ring.c1580 if (!(status & STS_EINT)) in cdnsp_irq_handler()
1583 writel(status | STS_EINT, &pdev->op_regs->status); in cdnsp_irq_handler()
H A Dcdnsp-gadget.c1444 writel((temp & ~0x1fff) | STS_EINT, &pdev->op_regs->status); in cdnsp_stop()
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci.h245 #define STS_EINT (1 << 3) macro
2645 if (usbsts & STS_EINT) in xhci_decode_usbsts()
H A Dxhci.c761 writel((temp & ~0x1fff) | STS_EINT, &xhci->op_regs->status); in xhci_stop()
962 if (status & STS_EINT) in xhci_pending_portevent()
965 * Checking STS_EINT is not enough as there is a lag between a change in xhci_pending_portevent()
1205 writel((temp & ~0x1fff) | STS_EINT, &xhci->op_regs->status); in xhci_resume()
H A Dxhci-ring.c2979 if (!(status & STS_EINT)) in xhci_irq()
2994 status |= STS_EINT; in xhci_irq()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci.h245 #define STS_EINT (1 << 3) macro
2677 if (usbsts & STS_EINT) in xhci_decode_usbsts()
H A Dxhci.c609 writel((temp & ~0x1fff) | STS_EINT, &xhci->op_regs->status); in xhci_stop()
816 if (status & STS_EINT) in xhci_pending_portevent()
819 * Checking STS_EINT is not enough as there is a lag between a change in xhci_pending_portevent()
1062 writel((temp & ~0x1fff) | STS_EINT, &xhci->op_regs->status); in xhci_resume()
H A Dxhci-ring.c3105 if (!(status & STS_EINT)) in xhci_irq()
3125 status |= STS_EINT; in xhci_irq()

Completed in 40 milliseconds