Searched refs:AbnormalIntr (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/net/ethernet/dec/tulip/
H A Dinterrupt.c549 if ((csr5 & (NormalIntr|AbnormalIntr)) == 0)
564 if (!(csr5&~(AbnormalIntr|NormalIntr|RxPollInt|TPLnkPass)))
676 if (csr5 & AbnormalIntr) { /* Abnormal error summary bit. */
757 iowrite32(((~csr5) & 0x0001ebef) | AbnormalIntr | TimerInt, ioaddr + CSR7);
783 } while ((csr5 & (NormalIntr|AbnormalIntr)) != 0);
H A Dtulip.h145 AbnormalIntr = 0x8000, enumerator in enum:status_bits
H A Dwinbond-840.c1115 if ((intr_status & (NormalIntr|AbnormalIntr)) == 0)
1133 if (intr_status & (AbnormalIntr | TxFIFOUnderflow | SystemError |
1145 iowrite32(AbnormalIntr | TimerInt, ioaddr + IntrEnable);

Completed in 99 milliseconds