Searched refs:LE_C0_INEA (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/net/ethernet/amd/ |
| H A D | 7990.c | 248 WRITERDP(lp, LE_C0_INEA | LE_C0_STRT); in init_restart_lance() 297 WRITERDP(lp, LE_C0_RINT | LE_C0_INEA); /* ack Rx int, reenable ints */ in lance_rx() 364 WRITERDP(lp, LE_C0_TINT | LE_C0_INEA); in lance_tx() 436 WRITERDP(lp, LE_C0_TINT | LE_C0_INEA); in lance_tx() 460 WRITERDP(lp, csr0 & ~(LE_C0_INEA|LE_C0_TDMD|LE_C0_STOP|LE_C0_STRT|LE_C0_INIT)); in lance_interrupt() 464 WRITERDP(lp, LE_C0_BABL|LE_C0_ERR|LE_C0_MISS|LE_C0_INEA); in lance_interrupt() 491 WRITERDP(lp, LE_C0_BABL|LE_C0_CERR|LE_C0_MISS|LE_C0_MERR|LE_C0_IDON|LE_C0_INEA); in lance_interrupt() 583 WRITERDP(lp, LE_C0_INEA | LE_C0_TDMD); in lance_start_xmit()
|
| H A D | a2065.h | 69 #define LE_C0_INEA 0x0040 /* Interrupt Enable */ macro
|
| H A D | 7990.h | 151 #define LE_C0_INEA 0x0040 /* Interrupt Enable */ macro
|
| H A D | sunlance.c | 137 #define LE_C0_INEA 0x0040 /* Interrupt enable */ macro 491 sbus_writew(LE_C0_INEA | LE_C0_STRT, lp->lregs + RDP); in init_restart_lance() 868 sbus_writew(LE_C0_INEA, lp->lregs + RDP); in lance_interrupt() 955 sbus_writew(LE_C0_INEA | LE_C0_TDMD, lp->lregs + RDP); in lance_open() 1143 sbus_writew(LE_C0_INEA | LE_C0_TDMD, lp->lregs + RDP); in lance_start_xmit()
|