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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/tulip/
H A Dinterrupt.c524 if ((csr5 & (NormalIntr|AbnormalIntr)) == 0)
539 if (!(csr5&~(AbnormalIntr|NormalIntr|RxPollInt|TPLnkPass)))
644 if (csr5 & AbnormalIntr) { /* Abnormal error summary bit. */
722 iowrite32(((~csr5) & 0x0001ebef) | AbnormalIntr | TimerInt, ioaddr + CSR7);
748 } while ((csr5 & (NormalIntr|AbnormalIntr)) != 0);
H A Dtulip.h140 AbnormalIntr = 0x8000, enumerator in enum:status_bits
H A Dxircom_tulip_cb.c212 AbnormalIntr=0x8000, AbnormalIntrMask=0x0a00a5a2, enumerator in enum:status_bits
245 LinkChange | NormalIntr | AbnormalIntr | BusErrorIntr |
1070 if ((csr5 & (NormalIntr|AbnormalIntr)) == 0)
1147 if (csr5 & AbnormalIntr) { /* Abnormal error summary bit. */
H A Dwinbond-840.c1130 if ((intr_status & (NormalIntr|AbnormalIntr)) == 0)
1148 if (intr_status & (AbnormalIntr | TxFIFOUnderflow | SystemError |
1159 iowrite32(AbnormalIntr | TimerInt, ioaddr + IntrEnable);

Completed in 154 milliseconds