Searched refs:RINT (Results 1 - 8 of 8) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/
H A Ddepca.h54 #define RINT 0x0400 /* Receiver Interrupt */ macro
H A Dariadne.h184 #define RINT 0x0004 /* Receive Interrupt */ macro
H A Dariadne.c429 while ((csr0 = lance->RDP) & (ERR|RINT|TINT) && --boguscnt >= 0) {
434 if (csr0 & RINT) { /* Rx interrupt */
H A Ddepca.c999 if (csr0 & RINT) /* Rx interrupt (packet arrived) */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/
H A Ddepca.h54 #define RINT 0x0400 /* Receiver Interrupt */ macro
H A Dariadne.h184 #define RINT 0x0004 /* Receive Interrupt */ macro
H A Dariadne.c429 while ((csr0 = lance->RDP) & (ERR|RINT|TINT) && --boguscnt >= 0) {
434 if (csr0 & RINT) { /* Rx interrupt */
H A Ddepca.c999 if (csr0 & RINT) /* Rx interrupt (packet arrived) */

Completed in 194 milliseconds