IntLatch          788 drivers/net/ethernet/3com/3c509.c 		   (IntLatch | RxComplete | StatsFull)) {
IntLatch          840 drivers/net/ethernet/3com/3c509.c 		outw(AckIntr | IntReq | IntLatch, ioaddr + EL3_CMD); /* Ack IRQ */
IntLatch         1311 drivers/net/ethernet/3com/3c509.c 	outw(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq,
IntLatch         1313 drivers/net/ethernet/3com/3c509.c 	outw(SetIntrEnb | IntLatch|TxAvailable|TxComplete|RxComplete|StatsFull,
IntLatch          863 drivers/net/ethernet/3com/3c515.c 	outw(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq,
IntLatch          865 drivers/net/ethernet/3com/3c515.c 	outw(SetIntrEnb | IntLatch | TxAvailable | RxComplete | StatsFull
IntLatch         1255 drivers/net/ethernet/3com/3c515.c 		outw(AckIntr | IntReq | IntLatch, ioaddr + EL3_CMD);
IntLatch         1257 drivers/net/ethernet/3com/3c515.c 	} while ((status = inw(ioaddr + EL3_STATUS)) & (IntLatch | RxComplete));
IntLatch          666 drivers/net/ethernet/3com/3c574_cs.c 	outw(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq,
IntLatch          668 drivers/net/ethernet/3com/3c574_cs.c 	outw(SetIntrEnb | IntLatch | TxAvailable | RxComplete | StatsFull
IntLatch          785 drivers/net/ethernet/3com/3c574_cs.c 		   (IntLatch | RxComplete | RxEarly | StatsFull)) {
IntLatch          845 drivers/net/ethernet/3com/3c574_cs.c 		outw(AckIntr | IntReq | IntLatch, ioaddr + EL3_CMD);
IntLatch          873 drivers/net/ethernet/3com/3c574_cs.c 	if ((inw(ioaddr + EL3_STATUS) & IntLatch) && (inb(ioaddr + Timer) == 0xff)) {
IntLatch          475 drivers/net/ethernet/3com/3c589_cs.c 	outw(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq,
IntLatch          477 drivers/net/ethernet/3com/3c589_cs.c 	outw(SetIntrEnb | IntLatch | TxAvailable | RxComplete | StatsFull
IntLatch          616 drivers/net/ethernet/3com/3c589_cs.c 	(IntLatch | RxComplete | StatsFull)) {
IntLatch          670 drivers/net/ethernet/3com/3c589_cs.c 		outw(AckIntr | IntReq | IntLatch, ioaddr + EL3_CMD);
IntLatch          693 drivers/net/ethernet/3com/3c589_cs.c 	if ((inw(ioaddr + EL3_STATUS) & IntLatch) &&
IntLatch         1700 drivers/net/ethernet/3com/3c59x.c 	vp->intr_enable = SetIntrEnb | IntLatch | TxAvailable |
IntLatch         1706 drivers/net/ethernet/3com/3c59x.c 	iowrite16(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq,
IntLatch         1897 drivers/net/ethernet/3com/3c59x.c 	if (ioread16(ioaddr + EL3_STATUS) & IntLatch) {
IntLatch         2268 drivers/net/ethernet/3com/3c59x.c 	if ((status & IntLatch) == 0)
IntLatch         2343 drivers/net/ethernet/3com/3c59x.c 			} while ((status = ioread16(ioaddr + EL3_CMD)) & IntLatch);
IntLatch         2349 drivers/net/ethernet/3com/3c59x.c 		iowrite16(AckIntr | IntReq | IntLatch, ioaddr + EL3_CMD);
IntLatch         2350 drivers/net/ethernet/3com/3c59x.c 	} while ((status = ioread16(ioaddr + EL3_STATUS)) & (IntLatch | RxComplete));
IntLatch         2386 drivers/net/ethernet/3com/3c59x.c 	if ((status & IntLatch) == 0)
IntLatch         2479 drivers/net/ethernet/3com/3c59x.c 			} while ((status = ioread16(ioaddr + EL3_CMD)) & IntLatch);
IntLatch         2485 drivers/net/ethernet/3com/3c59x.c 		iowrite16(AckIntr | IntReq | IntLatch, ioaddr + EL3_CMD);
IntLatch         2489 drivers/net/ethernet/3com/3c59x.c 	} while ((status = ioread16(ioaddr + EL3_STATUS)) & IntLatch);