Searched refs:IntLatch (Results 1 – 5 of 5) sorted by relevance
/drivers/net/ethernet/3com/ |
D | 3c589_cs.c | 98 IntLatch = 0x0001, enumerator 483 outw(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq, in tc589_reset() 485 outw(SetIntrEnb | IntLatch | TxAvailable | RxComplete | StatsFull in tc589_reset() 623 (IntLatch | RxComplete | StatsFull)) { in el3_interrupt() 677 outw(AckIntr | IntReq | IntLatch, ioaddr + EL3_CMD); in el3_interrupt() 700 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 | 132 IntLatch = 0x0001, AdapterFailure = 0x0002, TxComplete = 0x0004, enumerator 780 (IntLatch | RxComplete | StatsFull)) { in el3_interrupt() 832 outw(AckIntr | IntReq | IntLatch, ioaddr + EL3_CMD); /* Ack IRQ */ in el3_interrupt() 1303 outw(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq, in el3_up() 1305 outw(SetIntrEnb | IntLatch|TxAvailable|TxComplete|RxComplete|StatsFull, in el3_up()
|
D | 3c59x.c | 465 IntLatch = 0x0001, HostError = 0x0002, TxComplete = 0x0004, enumerator 1700 vp->intr_enable = SetIntrEnb | IntLatch | TxAvailable | in vortex_up() 1706 iowrite16(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq, in vortex_up() 1897 if (ioread16(ioaddr + EL3_STATUS) & IntLatch) { in vortex_tx_timeout() 2268 if ((status & IntLatch) == 0) in _vortex_interrupt() 2343 } while ((status = ioread16(ioaddr + EL3_CMD)) & IntLatch); in _vortex_interrupt() 2349 iowrite16(AckIntr | IntReq | IntLatch, ioaddr + EL3_CMD); in _vortex_interrupt() 2350 } while ((status = ioread16(ioaddr + EL3_STATUS)) & (IntLatch | RxComplete)); in _vortex_interrupt() 2386 if ((status & IntLatch) == 0) in _boomerang_interrupt() 2479 } while ((status = ioread16(ioaddr + EL3_CMD)) & IntLatch); in _boomerang_interrupt() [all …]
|
D | 3c515.c | 199 IntLatch = 0x0001, AdapterFailure = 0x0002, TxComplete = 0x0004, enumerator 850 outw(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq, in corkscrew_open() 852 outw(SetIntrEnb | IntLatch | TxAvailable | RxComplete | StatsFull in corkscrew_open() 1242 outw(AckIntr | IntReq | IntLatch, ioaddr + EL3_CMD); in corkscrew_interrupt() 1244 } while ((status = inw(ioaddr + EL3_STATUS)) & (IntLatch | RxComplete)); in corkscrew_interrupt()
|