Symbol: IntLatch
drivers/net/ethernet/3com/3c509.c
1303
outw(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq,
drivers/net/ethernet/3com/3c509.c
1305
outw(SetIntrEnb | IntLatch|TxAvailable|TxComplete|RxComplete|StatsFull,
drivers/net/ethernet/3com/3c509.c
780
(IntLatch | RxComplete | StatsFull)) {
drivers/net/ethernet/3com/3c509.c
832
outw(AckIntr | IntReq | IntLatch, ioaddr + EL3_CMD); /* Ack IRQ */
drivers/net/ethernet/3com/3c515.c
1242
outw(AckIntr | IntReq | IntLatch, ioaddr + EL3_CMD);
drivers/net/ethernet/3com/3c515.c
1244
} while ((status = inw(ioaddr + EL3_STATUS)) & (IntLatch | RxComplete));
drivers/net/ethernet/3com/3c515.c
850
outw(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq,
drivers/net/ethernet/3com/3c515.c
852
outw(SetIntrEnb | IntLatch | TxAvailable | RxComplete | StatsFull
drivers/net/ethernet/3com/3c574_cs.c
665
outw(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq,
drivers/net/ethernet/3com/3c574_cs.c
667
outw(SetIntrEnb | IntLatch | TxAvailable | RxComplete | StatsFull
drivers/net/ethernet/3com/3c574_cs.c
784
(IntLatch | RxComplete | RxEarly | StatsFull)) {
drivers/net/ethernet/3com/3c574_cs.c
844
outw(AckIntr | IntReq | IntLatch, ioaddr + EL3_CMD);
drivers/net/ethernet/3com/3c574_cs.c
872
if ((inw(ioaddr + EL3_STATUS) & IntLatch) && (inb(ioaddr + Timer) == 0xff)) {
drivers/net/ethernet/3com/3c589_cs.c
483
outw(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq,
drivers/net/ethernet/3com/3c589_cs.c
485
outw(SetIntrEnb | IntLatch | TxAvailable | RxComplete | StatsFull
drivers/net/ethernet/3com/3c589_cs.c
623
(IntLatch | RxComplete | StatsFull)) {
drivers/net/ethernet/3com/3c589_cs.c
677
outw(AckIntr | IntReq | IntLatch, ioaddr + EL3_CMD);
drivers/net/ethernet/3com/3c589_cs.c
700
if ((inw(ioaddr + EL3_STATUS) & IntLatch) &&
drivers/net/ethernet/3com/3c59x.c
1702
vp->intr_enable = SetIntrEnb | IntLatch | TxAvailable |
drivers/net/ethernet/3com/3c59x.c
1708
iowrite16(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq,
drivers/net/ethernet/3com/3c59x.c
1899
if (ioread16(ioaddr + EL3_STATUS) & IntLatch) {
drivers/net/ethernet/3com/3c59x.c
2270
if ((status & IntLatch) == 0)
drivers/net/ethernet/3com/3c59x.c
2345
} while ((status = ioread16(ioaddr + EL3_CMD)) & IntLatch);
drivers/net/ethernet/3com/3c59x.c
2351
iowrite16(AckIntr | IntReq | IntLatch, ioaddr + EL3_CMD);
drivers/net/ethernet/3com/3c59x.c
2352
} while ((status = ioread16(ioaddr + EL3_STATUS)) & (IntLatch | RxComplete));
drivers/net/ethernet/3com/3c59x.c
2388
if ((status & IntLatch) == 0)
drivers/net/ethernet/3com/3c59x.c
2481
} while ((status = ioread16(ioaddr + EL3_CMD)) & IntLatch);
drivers/net/ethernet/3com/3c59x.c
2487
iowrite16(AckIntr | IntReq | IntLatch, ioaddr + EL3_CMD);
drivers/net/ethernet/3com/3c59x.c
2491
} while ((status = ioread16(ioaddr + EL3_STATUS)) & IntLatch);