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

/drivers/net/ethernet/amd/
H A Da2065.h65 #define LE_C0_RINT 0x0400 /* Receive Interrupt */ macro
H A D7990.h147 #define LE_C0_RINT 0x0400 /* Receive Interrupt */ macro
H A D7990.c297 WRITERDP(lp, LE_C0_RINT | LE_C0_INEA); /* ack Rx int, reenable ints */
461 if (csr0 & LE_C0_RINT)
H A Ddeclance.c104 #define LE_C0_RINT 0x0400 /* Received interrupt */ macro
745 writereg(&ll->rdp, csr0 & (LE_C0_INTR | LE_C0_TINT | LE_C0_RINT));
752 if (csr0 & LE_C0_RINT)
H A Da2065.c267 ll->rdp = LE_C0_RINT | LE_C0_INEA;
435 if (csr0 & LE_C0_RINT)
H A Dsunlance.c138 #define LE_C0_RINT 0x0400 /* Received interrupt */ macro
829 sbus_writew(csr0 & (LE_C0_INTR | LE_C0_TINT | LE_C0_RINT),
839 if (csr0 & LE_C0_RINT)

Completed in 18 milliseconds