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

/drivers/net/ethernet/amd/
H A D7990.c247 WRITERDP(lp, LE_C0_INEA | LE_C0_STRT);
296 WRITERDP(lp, LE_C0_RINT | LE_C0_INEA); /* ack Rx int, reenable ints */
363 WRITERDP(lp, LE_C0_TINT | LE_C0_INEA);
435 WRITERDP(lp, LE_C0_TINT | LE_C0_INEA);
459 WRITERDP(lp, csr0 & ~(LE_C0_INEA|LE_C0_TDMD|LE_C0_STOP|LE_C0_STRT|LE_C0_INIT));
463 WRITERDP(lp, LE_C0_BABL|LE_C0_ERR|LE_C0_MISS|LE_C0_INEA);
490 WRITERDP(lp, LE_C0_BABL|LE_C0_CERR|LE_C0_MISS|LE_C0_MERR|LE_C0_IDON|LE_C0_INEA);
580 WRITERDP(lp, LE_C0_INEA | LE_C0_TDMD);
H A Da2065.h69 #define LE_C0_INEA 0x0040 /* Interrupt Enable */ macro
H A Da2065.c239 ll->rdp = LE_C0_INEA | LE_C0_STRT;
268 ll->rdp = LE_C0_RINT | LE_C0_INEA;
333 ll->rdp = LE_C0_TINT | LE_C0_INEA;
402 ll->rdp = LE_C0_TINT | LE_C0_INEA;
427 ll->rdp = csr0 & ~(LE_C0_INEA | LE_C0_TDMD | LE_C0_STOP | LE_C0_STRT |
432 ll->rdp = LE_C0_BABL | LE_C0_ERR | LE_C0_MISS | LE_C0_INEA;
458 LE_C0_IDON | LE_C0_INEA);
575 ll->rdp = LE_C0_INEA | LE_C0_TDMD;
H A D7990.h150 #define LE_C0_INEA 0x0040 /* Interrupt Enable */ macro
H A Ddeclance.c108 #define LE_C0_INEA 0x0040 /* Interrupt enable */ macro
549 writereg(&ll->rdp, LE_C0_INEA);
773 writereg(&ll->rdp, LE_C0_INEA);
774 writereg(&ll->rdp, LE_C0_INEA);
932 writereg(&ll->rdp, LE_C0_INEA | LE_C0_TDMD);
H A Dsunlance.c141 #define LE_C0_INEA 0x0040 /* Interrupt enable */ macro
495 sbus_writew(LE_C0_INEA | LE_C0_STRT, lp->lregs + RDP);
872 sbus_writew(LE_C0_INEA, lp->lregs + RDP);
959 sbus_writew(LE_C0_INEA | LE_C0_TDMD, lp->lregs + RDP);
1147 sbus_writew(LE_C0_INEA | LE_C0_TDMD, lp->lregs + RDP);

Completed in 21 milliseconds