Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/amd/
H A Da2065.h66 #define LE_C0_TINT 0x0200 /* Transmit Interrupt */ macro
H A D7990.h147 #define LE_C0_TINT 0x0200 /* Transmit Interrupt */ macro
H A D7990.c364 WRITERDP(lp, LE_C0_TINT | LE_C0_INEA); in lance_tx()
436 WRITERDP(lp, LE_C0_TINT | LE_C0_INEA); in lance_tx()
470 if (csr0 & LE_C0_TINT) in lance_interrupt()
H A Da2065.c330 ll->rdp = LE_C0_TINT | LE_C0_INEA; in lance_tx()
399 ll->rdp = LE_C0_TINT | LE_C0_INEA; in lance_tx()
435 if (csr0 & LE_C0_TINT) in lance_interrupt()
H A Ddeclance.c106 #define LE_C0_TINT 0x0200 /* Transmitter Interrupt */ macro
745 writereg(&ll->rdp, csr0 & (LE_C0_INTR | LE_C0_TINT | LE_C0_RINT)); in lance_interrupt()
755 if (csr0 & LE_C0_TINT) in lance_interrupt()
H A Dsunlance.c134 #define LE_C0_TINT 0x0200 /* Transmitter Interrupt */ macro
820 sbus_writew(csr0 & (LE_C0_INTR | LE_C0_TINT | LE_C0_RINT), in lance_interrupt()
833 if (csr0 & LE_C0_TINT) in lance_interrupt()