Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/amd/
H A Da2065.h65 #define LE_C0_RINT 0x0400 /* Receive Interrupt */ macro
H A D7990.h146 #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 */ in lance_rx()
467 if (csr0 & LE_C0_RINT) in lance_interrupt()
H A Da2065.c265 ll->rdp = LE_C0_RINT | LE_C0_INEA; in lance_rx()
432 if (csr0 & LE_C0_RINT) in lance_interrupt()
H A Ddeclance.c105 #define LE_C0_RINT 0x0400 /* Received interrupt */ macro
745 writereg(&ll->rdp, csr0 & (LE_C0_INTR | LE_C0_TINT | LE_C0_RINT)); in lance_interrupt()
752 if (csr0 & LE_C0_RINT) in lance_interrupt()
H A Dsunlance.c133 #define LE_C0_RINT 0x0400 /* Received interrupt */ macro
820 sbus_writew(csr0 & (LE_C0_INTR | LE_C0_TINT | LE_C0_RINT), in lance_interrupt()
830 if (csr0 & LE_C0_RINT) in lance_interrupt()