Searched refs:IntLatch (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/3com/ |
D | 3c589_cs.c | 99 IntLatch = 0x0001, enumerator 476 outw(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq, in tc589_reset() 478 outw(SetIntrEnb | IntLatch | TxAvailable | RxComplete | StatsFull in tc589_reset() 617 (IntLatch | RxComplete | StatsFull)) { in el3_interrupt() 671 outw(AckIntr | IntReq | IntLatch, ioaddr + EL3_CMD); in el3_interrupt() 694 if ((inw(ioaddr + EL3_STATUS) & IntLatch) && in media_check()
|
D | 3c574_cs.c | 146 IntLatch = 0x0001, AdapterFailure = 0x0002, TxComplete = 0x0004, enumerator 667 outw(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq, in tc574_reset() 669 outw(SetIntrEnb | IntLatch | TxAvailable | RxComplete | StatsFull in tc574_reset() 788 (IntLatch | RxComplete | RxEarly | StatsFull)) { in el3_interrupt() 848 outw(AckIntr | IntReq | IntLatch, ioaddr + EL3_CMD); in el3_interrupt() 876 if ((inw(ioaddr + EL3_STATUS) & IntLatch) && (inb(ioaddr + Timer) == 0xff)) { in media_check()
|
D | 3c509.c | 136 IntLatch = 0x0001, AdapterFailure = 0x0002, TxComplete = 0x0004, enumerator 789 (IntLatch | RxComplete | StatsFull)) { in el3_interrupt() 841 outw(AckIntr | IntReq | IntLatch, ioaddr + EL3_CMD); /* Ack IRQ */ in el3_interrupt() 1309 outw(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq, in el3_up() 1311 outw(SetIntrEnb | IntLatch|TxAvailable|TxComplete|RxComplete|StatsFull, in el3_up()
|
D | 3c59x.c | 465 IntLatch = 0x0001, HostError = 0x0002, TxComplete = 0x0004, enumerator 1717 vp->intr_enable = SetIntrEnb | IntLatch | TxAvailable | in vortex_up() 1723 iowrite16(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq, in vortex_up() 1910 if (ioread16(ioaddr + EL3_STATUS) & IntLatch) { in vortex_tx_timeout() 2280 if ((status & IntLatch) == 0) in vortex_interrupt() 2353 } while ((status = ioread16(ioaddr + EL3_CMD)) & IntLatch); in vortex_interrupt() 2359 iowrite16(AckIntr | IntReq | IntLatch, ioaddr + EL3_CMD); in vortex_interrupt() 2360 } while ((status = ioread16(ioaddr + EL3_STATUS)) & (IntLatch | RxComplete)); in vortex_interrupt() 2401 if ((status & IntLatch) == 0) in boomerang_interrupt() 2486 } while ((status = ioread16(ioaddr + EL3_CMD)) & IntLatch); in boomerang_interrupt() [all …]
|
D | 3c515.c | 205 IntLatch = 0x0001, AdapterFailure = 0x0002, TxComplete = 0x0004, enumerator 863 outw(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq, in corkscrew_open() 865 outw(SetIntrEnb | IntLatch | TxAvailable | RxComplete | StatsFull in corkscrew_open() 1255 outw(AckIntr | IntReq | IntLatch, ioaddr + EL3_CMD); in corkscrew_interrupt() 1257 } while ((status = inw(ioaddr + EL3_STATUS)) & (IntLatch | RxComplete)); in corkscrew_interrupt()
|