Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h212 #define STS_EINT (1 << 3) macro
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci.h246 #define STS_EINT (1 << 3) macro
2706 if (usbsts & STS_EINT) in xhci_decode_usbsts()
H A Dxhci.c752 writel((temp & ~0x1fff) | STS_EINT, &xhci->op_regs->status); in xhci_stop()
953 if (status & STS_EINT) in xhci_pending_portevent()
1197 writel((temp & ~0x1fff) | STS_EINT, &xhci->op_regs->status); in xhci_resume()
H A Dxhci-ring.c3102 if (!(status & STS_EINT)) in xhci_irq()
3121 status |= STS_EINT; in xhci_irq()
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dxhci.c1256 xhci_writel(&ctrl->hcor->or_usbsts, temp & ~STS_EINT); in xhci_lowlevel_stop()