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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Da2065.h65 #define LE_C0_RINT 0x0400 /* Receive Interrupt */ macro
H A D7990.h151 #define LE_C0_RINT 0x0400 /* Receive Interrupt */ macro
H A D7990.c267 WRITERDP(LE_C0_RINT | LE_C0_INEA); /* ack Rx int, reenable ints */
431 if (csr0 & LE_C0_RINT)
H A Ddeclance.c99 #define LE_C0_RINT 0x0400 /* Received interrupt */ macro
716 writereg(&ll->rdp, csr0 & (LE_C0_INTR | LE_C0_TINT | LE_C0_RINT));
723 if (csr0 & LE_C0_RINT)
H A Da2065.c299 ll->rdp = LE_C0_RINT|LE_C0_INEA;
463 if (csr0 & LE_C0_RINT)
H A Dsunlance.c134 #define LE_C0_RINT 0x0400 /* Received interrupt */ macro
831 sbus_writew(csr0 & (LE_C0_INTR | LE_C0_TINT | LE_C0_RINT),
841 if (csr0 & LE_C0_RINT)

Completed in 63 milliseconds