Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h211 #define STS_EINT (1 << 3) macro
H A Dxhci.c1252 xhci_writel(&ctrl->hcor->or_usbsts, temp & ~STS_EINT); in xhci_lowlevel_stop()
/openbmc/linux/drivers/usb/host/
H A Dxhci.h165 #define STS_EINT (1 << 3) macro
2431 if (usbsts & STS_EINT) in xhci_decode_usbsts()
H A Dxhci.c610 writel((temp & ~0x1fff) | STS_EINT, &xhci->op_regs->status); in xhci_stop()
817 if (status & STS_EINT) in xhci_pending_portevent()
1063 writel((temp & ~0x1fff) | STS_EINT, &xhci->op_regs->status); in xhci_resume()
H A Dxhci-ring.c3201 if (!(status & STS_EINT)) in xhci_irq()
3221 status |= STS_EINT; in xhci_irq()
/openbmc/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.h209 #define STS_EINT BIT(3) macro
H A Dcdnsp-ring.c1582 if (!(status & STS_EINT)) in cdnsp_irq_handler()
1585 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()