Lines Matching refs:IntReq
467 IntReq = 0x0040, StatsFull = 0x0080, enumerator
1713 vp->status_enable = SetStatusEnb | HostError|IntReq|StatsFull|TxComplete| in vortex_up()
1719 StatsFull | HostError | TxComplete | IntReq in vortex_up()
1723 iowrite16(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq, in vortex_up()
2018 if (status & IntReq) { /* Restore all interrupt sources. */ in vortex_error()
2284 if (status & IntReq) { in vortex_interrupt()
2333 if (status & (HostError | RxEarly | StatsFull | TxComplete | IntReq)) { in vortex_interrupt()
2359 iowrite16(AckIntr | IntReq | IntLatch, ioaddr + EL3_CMD); in vortex_interrupt()
2410 if (status & IntReq) { in boomerang_interrupt()
2474 if (status & (HostError | RxEarly | StatsFull | TxComplete | IntReq)) in boomerang_interrupt()
2492 iowrite16(AckIntr | IntReq | IntLatch, ioaddr + EL3_CMD); in boomerang_interrupt()