AbnormalIntr      542 drivers/net/ethernet/dec/tulip/interrupt.c 	if ((csr5 & (NormalIntr|AbnormalIntr)) == 0)
AbnormalIntr      557 drivers/net/ethernet/dec/tulip/interrupt.c 			if (!(csr5&~(AbnormalIntr|NormalIntr|RxPollInt|TPLnkPass)))
AbnormalIntr      668 drivers/net/ethernet/dec/tulip/interrupt.c 		if (csr5 & AbnormalIntr) {	/* Abnormal error summary bit. */
AbnormalIntr      749 drivers/net/ethernet/dec/tulip/interrupt.c                                 iowrite32(((~csr5) & 0x0001ebef) | AbnormalIntr | TimerInt, ioaddr + CSR7);
AbnormalIntr      775 drivers/net/ethernet/dec/tulip/interrupt.c 	} while ((csr5 & (NormalIntr|AbnormalIntr)) != 0);
AbnormalIntr     1129 drivers/net/ethernet/dec/tulip/winbond-840.c 		if ((intr_status & (NormalIntr|AbnormalIntr)) == 0)
AbnormalIntr     1147 drivers/net/ethernet/dec/tulip/winbond-840.c 		if (intr_status & (AbnormalIntr | TxFIFOUnderflow | SystemError |
AbnormalIntr     1159 drivers/net/ethernet/dec/tulip/winbond-840.c 				iowrite32(AbnormalIntr | TimerInt, ioaddr + IntrEnable);