Searched refs:STS_EINT (Results 1 – 5 of 5) sorted by relevance
209 #define STS_EINT BIT(3) macro
1585 if (!(status & STS_EINT)) in cdnsp_irq_handler()1588 writel(status | STS_EINT, &pdev->op_regs->status); in cdnsp_irq_handler()
1478 writel((temp & ~0x1fff) | STS_EINT, &pdev->op_regs->status); in cdnsp_stop()
3191 if (!(status & STS_EINT)) { in xhci_irq()3213 writel(STS_EINT, &xhci->op_regs->status); in xhci_irq()
734 writel((temp & ~0x1fff) | STS_EINT, &xhci->op_regs->status); in xhci_stop()925 if (status & STS_EINT) in xhci_pending_portevent()