Searched refs:IntLatch (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/3com/ |
D | 3c589_cs.c | 99 IntLatch = 0x0001, enumerator 475 outw(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq, in tc589_reset() 477 outw(SetIntrEnb | IntLatch | TxAvailable | RxComplete | StatsFull in tc589_reset() 616 (IntLatch | RxComplete | StatsFull)) { in el3_interrupt() 670 outw(AckIntr | IntReq | IntLatch, ioaddr + EL3_CMD); in el3_interrupt() 693 if ((inw(ioaddr + EL3_STATUS) & IntLatch) && in media_check()
|
D | 3c574_cs.c | 146 IntLatch = 0x0001, AdapterFailure = 0x0002, TxComplete = 0x0004, enumerator 666 outw(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq, in tc574_reset() 668 outw(SetIntrEnb | IntLatch | TxAvailable | RxComplete | StatsFull in tc574_reset() 785 (IntLatch | RxComplete | RxEarly | StatsFull)) { in el3_interrupt() 845 outw(AckIntr | IntReq | IntLatch, ioaddr + EL3_CMD); in el3_interrupt() 873 if ((inw(ioaddr + EL3_STATUS) & IntLatch) && (inb(ioaddr + Timer) == 0xff)) { in media_check()
|
D | 3c509.c | 136 IntLatch = 0x0001, AdapterFailure = 0x0002, TxComplete = 0x0004, enumerator 788 (IntLatch | RxComplete | StatsFull)) { in el3_interrupt() 840 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 1702 vp->intr_enable = SetIntrEnb | IntLatch | TxAvailable | in vortex_up() 1708 iowrite16(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq, in vortex_up() 1899 if (ioread16(ioaddr + EL3_STATUS) & IntLatch) { in vortex_tx_timeout() 2270 if ((status & IntLatch) == 0) in _vortex_interrupt() 2345 } while ((status = ioread16(ioaddr + EL3_CMD)) & IntLatch); in _vortex_interrupt() 2351 iowrite16(AckIntr | IntReq | IntLatch, ioaddr + EL3_CMD); in _vortex_interrupt() 2352 } while ((status = ioread16(ioaddr + EL3_STATUS)) & (IntLatch | RxComplete)); in _vortex_interrupt() 2388 if ((status & IntLatch) == 0) in _boomerang_interrupt() 2481 } 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()
|