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 665 outw(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq, in tc574_reset() 667 outw(SetIntrEnb | IntLatch | TxAvailable | RxComplete | StatsFull in tc574_reset() 784 (IntLatch | RxComplete | RxEarly | StatsFull)) { in el3_interrupt() 844 outw(AckIntr | IntReq | IntLatch, ioaddr + EL3_CMD); in el3_interrupt() 872 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 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 | 201 IntLatch = 0x0001, AdapterFailure = 0x0002, TxComplete = 0x0004, enumerator 853 outw(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq, in corkscrew_open() 855 outw(SetIntrEnb | IntLatch | TxAvailable | RxComplete | StatsFull in corkscrew_open() 1245 outw(AckIntr | IntReq | IntLatch, ioaddr + EL3_CMD); in corkscrew_interrupt() 1247 } while ((status = inw(ioaddr + EL3_STATUS)) & (IntLatch | RxComplete)); in corkscrew_interrupt()
|