Home
last modified time | relevance | path

Searched refs:LE_C0_RINT (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/drivers/net/
Da2065.h65 #define LE_C0_RINT 0x0400 /* Receive Interrupt */ macro
D7990.h151 #define LE_C0_RINT 0x0400 /* Receive Interrupt */ macro
D7990.c267 WRITERDP(LE_C0_RINT | LE_C0_INEA); /* ack Rx int, reenable ints */ in lance_rx()
431 if (csr0 & LE_C0_RINT) in lance_interrupt()
Ddeclance.c99 #define LE_C0_RINT 0x0400 /* Received interrupt */ macro
719 writereg(&ll->rdp, csr0 & (LE_C0_INTR | LE_C0_TINT | LE_C0_RINT)); in lance_interrupt()
726 if (csr0 & LE_C0_RINT) in lance_interrupt()
Da2065.c300 ll->rdp = LE_C0_RINT|LE_C0_INEA; in lance_rx()
464 if (csr0 & LE_C0_RINT) in lance_interrupt()
Dsunlance.c134 #define LE_C0_RINT 0x0400 /* Received interrupt */ macro
831 sbus_writew(csr0 & (LE_C0_INTR | LE_C0_TINT | LE_C0_RINT), in lance_interrupt()
841 if (csr0 & LE_C0_RINT) in lance_interrupt()