Searched refs:LE_C0_INEA (Results 1 – 6 of 6) sorted by relevance
/drivers/net/ethernet/amd/ |
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() 361 WRITERDP(lp, LE_C0_TINT | LE_C0_INEA); in lance_tx() 430 WRITERDP(lp, LE_C0_TINT | LE_C0_INEA); in lance_tx() 454 WRITERDP(lp, csr0 & ~(LE_C0_INEA|LE_C0_TDMD|LE_C0_STOP|LE_C0_STRT|LE_C0_INIT)); in lance_interrupt() 458 WRITERDP(lp, LE_C0_BABL|LE_C0_ERR|LE_C0_MISS|LE_C0_INEA); in lance_interrupt() 485 WRITERDP(lp, LE_C0_BABL|LE_C0_CERR|LE_C0_MISS|LE_C0_MERR|LE_C0_IDON|LE_C0_INEA); in lance_interrupt() 575 WRITERDP(lp, LE_C0_INEA | LE_C0_TDMD); in lance_start_xmit()
|
D | a2065.c | 238 ll->rdp = LE_C0_INEA | LE_C0_STRT; in init_restart_lance() 267 ll->rdp = LE_C0_RINT | LE_C0_INEA; in lance_rx() 333 ll->rdp = LE_C0_TINT | LE_C0_INEA; in lance_tx() 402 ll->rdp = LE_C0_TINT | LE_C0_INEA; in lance_tx() 427 ll->rdp = csr0 & ~(LE_C0_INEA | LE_C0_TDMD | LE_C0_STOP | LE_C0_STRT | in lance_interrupt() 432 ll->rdp = LE_C0_BABL | LE_C0_ERR | LE_C0_MISS | LE_C0_INEA; in lance_interrupt() 458 LE_C0_IDON | LE_C0_INEA); in lance_interrupt() 575 ll->rdp = LE_C0_INEA | LE_C0_TDMD; in lance_start_xmit()
|
D | a2065.h | 69 #define LE_C0_INEA 0x0040 /* Interrupt Enable */ macro
|
D | declance.c | 108 #define LE_C0_INEA 0x0040 /* Interrupt enable */ macro 549 writereg(&ll->rdp, LE_C0_INEA); in init_restart_lance() 775 writereg(&ll->rdp, LE_C0_INEA); in lance_interrupt() 776 writereg(&ll->rdp, LE_C0_INEA); in lance_interrupt() 934 writereg(&ll->rdp, LE_C0_INEA | LE_C0_TDMD); in lance_start_xmit()
|
D | 7990.h | 152 #define LE_C0_INEA 0x0040 /* Interrupt Enable */ macro
|
D | sunlance.c | 142 #define LE_C0_INEA 0x0040 /* Interrupt enable */ macro 496 sbus_writew(LE_C0_INEA | LE_C0_STRT, lp->lregs + RDP); in init_restart_lance() 877 sbus_writew(LE_C0_INEA, lp->lregs + RDP); in lance_interrupt() 964 sbus_writew(LE_C0_INEA | LE_C0_TDMD, lp->lregs + RDP); in lance_open() 1152 sbus_writew(LE_C0_INEA | LE_C0_TDMD, lp->lregs + RDP); in lance_start_xmit()
|