Searched refs:RINT (Results 1 – 2 of 2) sorted by relevance
254 while ((csr0 = lance->RDP) & (ERR | RINT | TINT) && --boguscnt >= 0) { in ariadne_interrupt()288 if (csr0 & RINT) in ariadne_interrupt()298 if (csr0 & RINT) { /* Rx interrupt */ in ariadne_interrupt()
184 #define RINT 0x0004 /* Receive Interrupt */ macro