Searched refs:STS_EINT (Results 1 – 6 of 6) sorted by relevance
242 #define STS_EINT (1 << 3) macro2633 if (usbsts & STS_EINT) in xhci_decode_usbsts()
755 writel((temp & ~0x1fff) | STS_EINT, &xhci->op_regs->status); in xhci_stop()939 if (status & STS_EINT) in xhci_pending_portevent()1175 writel((temp & ~0x1fff) | STS_EINT, &xhci->op_regs->status); in xhci_resume()
3091 if (!(status & STS_EINT)) in xhci_irq()3106 status |= STS_EINT; in xhci_irq()
209 #define STS_EINT BIT(3) macro
1561 if (!(status & STS_EINT)) in cdnsp_irq_handler()1564 writel(status | STS_EINT, &pdev->op_regs->status); in cdnsp_irq_handler()
1448 writel((temp & ~0x1fff) | STS_EINT, &pdev->op_regs->status); in cdnsp_stop()