Searched refs:IntLatch (Results 1 – 5 of 5) sorted by relevance
/linux-2.6.39/drivers/net/pcmcia/ |
D | 3c589_cs.c | 96 IntLatch = 0x0001, enumerator 462 outw(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq, in tc589_reset() 464 outw(SetIntrEnb | IntLatch | TxAvailable | RxComplete | StatsFull in tc589_reset() 603 (IntLatch | RxComplete | StatsFull)) { in el3_interrupt() 656 outw(AckIntr | IntReq | IntLatch, ioaddr + EL3_CMD); in el3_interrupt() 677 if ((inw(ioaddr + EL3_STATUS) & IntLatch) && in media_check()
|
D | 3c574_cs.c | 148 IntLatch = 0x0001, AdapterFailure = 0x0002, TxComplete = 0x0004, enumerator 669 outw(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq, in tc574_reset() 671 outw(SetIntrEnb | IntLatch | TxAvailable | RxComplete | StatsFull in tc574_reset() 790 (IntLatch | RxComplete | RxEarly | StatsFull)) { in el3_interrupt() 850 outw(AckIntr | IntReq | IntLatch, ioaddr + EL3_CMD); in el3_interrupt() 878 if ((inw(ioaddr + EL3_STATUS) & IntLatch) && (inb(ioaddr + Timer) == 0xff)) { in media_check()
|
/linux-2.6.39/drivers/net/ |
D | 3c509.c | 137 IntLatch = 0x0001, AdapterFailure = 0x0002, TxComplete = 0x0004, enumerator 845 outw(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq, in el3_start_xmit() 916 (IntLatch | RxComplete | StatsFull)) { in el3_interrupt() 968 outw(AckIntr | IntReq | IntLatch, ioaddr + EL3_CMD); /* Ack IRQ */ in el3_interrupt() 1436 outw(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq, in el3_up() 1438 outw(SetIntrEnb | IntLatch|TxAvailable|TxComplete|RxComplete|StatsFull, in el3_up()
|
D | 3c59x.c | 465 IntLatch = 0x0001, HostError = 0x0002, TxComplete = 0x0004, enumerator 1722 vp->intr_enable = SetIntrEnb | IntLatch | TxAvailable | in vortex_up() 1728 iowrite16(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq, in vortex_up() 1915 if (ioread16(ioaddr + EL3_STATUS) & IntLatch) { in vortex_tx_timeout() 2249 if ((status & IntLatch) == 0) in vortex_interrupt() 2322 } while ((status = ioread16(ioaddr + EL3_CMD)) & IntLatch); in vortex_interrupt() 2328 iowrite16(AckIntr | IntReq | IntLatch, ioaddr + EL3_CMD); in vortex_interrupt() 2329 } while ((status = ioread16(ioaddr + EL3_STATUS)) & (IntLatch | RxComplete)); in vortex_interrupt() 2370 if ((status & IntLatch) == 0) in boomerang_interrupt() 2455 } while ((status = ioread16(ioaddr + EL3_CMD)) & IntLatch); in boomerang_interrupt() [all …]
|
D | 3c515.c | 205 IntLatch = 0x0001, AdapterFailure = 0x0002, TxComplete = 0x0004, enumerator 864 outw(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq, in corkscrew_open() 866 outw(SetIntrEnb | IntLatch | TxAvailable | RxComplete | StatsFull in corkscrew_open() 1256 outw(AckIntr | IntReq | IntLatch, ioaddr + EL3_CMD); in corkscrew_interrupt() 1258 } while ((status = inw(ioaddr + EL3_STATUS)) & (IntLatch | RxComplete)); in corkscrew_interrupt()
|