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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A D7990.c249 WRITERDP(lp, LE_C0_INEA | LE_C0_STRT);
298 WRITERDP(lp, LE_C0_RINT | LE_C0_INEA); /* ack Rx int, reenable ints */
362 WRITERDP(lp, LE_C0_TINT | LE_C0_INEA);
431 WRITERDP(lp, LE_C0_TINT | LE_C0_INEA);
455 WRITERDP(lp, csr0 & ~(LE_C0_INEA|LE_C0_TDMD|LE_C0_STOP|LE_C0_STRT|LE_C0_INIT));
459 WRITERDP(lp, LE_C0_BABL|LE_C0_ERR|LE_C0_MISS|LE_C0_INEA);
486 WRITERDP(lp, LE_C0_BABL|LE_C0_CERR|LE_C0_MISS|LE_C0_MERR|LE_C0_IDON|LE_C0_INEA);
576 WRITERDP(lp, LE_C0_INEA | LE_C0_TDMD);
H A Da2065.h69 #define LE_C0_INEA 0x0040 /* Interrupt Enable */ macro
H A Da2065.c259 ll->rdp = LE_C0_INEA | LE_C0_STRT;
286 ll->rdp = LE_C0_RINT|LE_C0_INEA;
348 ll->rdp = LE_C0_TINT | LE_C0_INEA;
418 ll->rdp = LE_C0_TINT | LE_C0_INEA;
441 ll->rdp = csr0 & ~(LE_C0_INEA|LE_C0_TDMD|LE_C0_STOP|LE_C0_STRT|
446 ll->rdp = LE_C0_BABL|LE_C0_ERR|LE_C0_MISS|LE_C0_INEA;
472 LE_C0_IDON|LE_C0_INEA;
590 ll->rdp = LE_C0_INEA | LE_C0_TDMD;
H A D7990.h152 #define LE_C0_INEA 0x0040 /* Interrupt Enable */ macro
H A Ddeclance.c109 #define LE_C0_INEA 0x0040 /* Interrupt enable */ macro
541 writereg(&ll->rdp, LE_C0_INEA);
767 writereg(&ll->rdp, LE_C0_INEA);
768 writereg(&ll->rdp, LE_C0_INEA);
926 writereg(&ll->rdp, LE_C0_INEA | LE_C0_TDMD);
H A Dsunlance.c143 #define LE_C0_INEA 0x0040 /* Interrupt enable */ macro
497 sbus_writew(LE_C0_INEA | LE_C0_STRT, lp->lregs + RDP);
878 sbus_writew(LE_C0_INEA, lp->lregs + RDP);
965 sbus_writew(LE_C0_INEA | LE_C0_TDMD, lp->lregs + RDP);
1153 sbus_writew(LE_C0_INEA | LE_C0_TDMD, lp->lregs + RDP);

Completed in 71 milliseconds