Home
last modified time | relevance | path

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

/drivers/net/ethernet/amd/
D7990.c247 WRITERDP(lp, LE_C0_INEA | LE_C0_STRT); in init_restart_lance()
296 WRITERDP(lp, LE_C0_RINT | LE_C0_INEA); /* ack Rx int, reenable ints */ in lance_rx()
363 WRITERDP(lp, LE_C0_TINT | LE_C0_INEA); in lance_tx()
435 WRITERDP(lp, LE_C0_TINT | LE_C0_INEA); in lance_tx()
459 WRITERDP(lp, csr0 & ~(LE_C0_INEA|LE_C0_TDMD|LE_C0_STOP|LE_C0_STRT|LE_C0_INIT)); in lance_interrupt()
463 WRITERDP(lp, LE_C0_BABL|LE_C0_ERR|LE_C0_MISS|LE_C0_INEA); in lance_interrupt()
490 WRITERDP(lp, LE_C0_BABL|LE_C0_CERR|LE_C0_MISS|LE_C0_MERR|LE_C0_IDON|LE_C0_INEA); in lance_interrupt()
580 WRITERDP(lp, LE_C0_INEA | LE_C0_TDMD); in lance_start_xmit()
Da2065.c239 ll->rdp = LE_C0_INEA | LE_C0_STRT; in init_restart_lance()
268 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()
Da2065.h69 #define LE_C0_INEA 0x0040 /* Interrupt Enable */ macro
Ddeclance.c108 #define LE_C0_INEA 0x0040 /* Interrupt enable */ macro
549 writereg(&ll->rdp, LE_C0_INEA); in init_restart_lance()
773 writereg(&ll->rdp, LE_C0_INEA); in lance_interrupt()
774 writereg(&ll->rdp, LE_C0_INEA); in lance_interrupt()
932 writereg(&ll->rdp, LE_C0_INEA | LE_C0_TDMD); in lance_start_xmit()
D7990.h150 #define LE_C0_INEA 0x0040 /* Interrupt Enable */ macro
Dsunlance.c141 #define LE_C0_INEA 0x0040 /* Interrupt enable */ macro
495 sbus_writew(LE_C0_INEA | LE_C0_STRT, lp->lregs + RDP); in init_restart_lance()
872 sbus_writew(LE_C0_INEA, lp->lregs + RDP); in lance_interrupt()
959 sbus_writew(LE_C0_INEA | LE_C0_TDMD, lp->lregs + RDP); in lance_open()
1147 sbus_writew(LE_C0_INEA | LE_C0_TDMD, lp->lregs + RDP); in lance_start_xmit()