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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A D7990.c216 WRITERDP(LE_C0_INEA | LE_C0_STRT);
267 WRITERDP(LE_C0_RINT | LE_C0_INEA); /* ack Rx int, reenable ints */
331 WRITERDP(LE_C0_TINT | LE_C0_INEA);
400 WRITERDP(LE_C0_TINT | LE_C0_INEA);
424 WRITERDP(csr0 & ~(LE_C0_INEA|LE_C0_TDMD|LE_C0_STOP|LE_C0_STRT|LE_C0_INIT));
428 WRITERDP(LE_C0_BABL|LE_C0_ERR|LE_C0_MISS|LE_C0_INEA);
455 WRITERDP(LE_C0_BABL|LE_C0_CERR|LE_C0_MISS|LE_C0_MERR|LE_C0_IDON|LE_C0_INEA);
543 WRITERDP(LE_C0_INEA | LE_C0_TDMD);
H A Da2065.h69 #define LE_C0_INEA 0x0040 /* Interrupt Enable */ macro
H A Da2065.c271 ll->rdp = LE_C0_INEA | LE_C0_STRT;
299 ll->rdp = LE_C0_RINT|LE_C0_INEA;
363 ll->rdp = LE_C0_TINT | LE_C0_INEA;
432 ll->rdp = LE_C0_TINT | LE_C0_INEA;
455 ll->rdp = csr0 & ~(LE_C0_INEA|LE_C0_TDMD|LE_C0_STOP|LE_C0_STRT|
460 ll->rdp = LE_C0_BABL|LE_C0_ERR|LE_C0_MISS|LE_C0_INEA;
485 LE_C0_IDON|LE_C0_INEA;
619 ll->rdp = LE_C0_INEA | LE_C0_TDMD;
H A D7990.h156 #define LE_C0_INEA 0x0040 /* Interrupt Enable */ macro
H A Ddeclance.c103 #define LE_C0_INEA 0x0040 /* Interrupt enable */ macro
523 writereg(&ll->rdp, LE_C0_INEA);
746 writereg(&ll->rdp, LE_C0_INEA);
747 writereg(&ll->rdp, LE_C0_INEA);
913 writereg(&ll->rdp, LE_C0_INEA | LE_C0_TDMD);
H A Dsunlance.c138 #define LE_C0_INEA 0x0040 /* Interrupt enable */ macro
494 sbus_writew(LE_C0_INEA | LE_C0_STRT, lp->lregs + RDP);
879 sbus_writew(LE_C0_INEA, lp->lregs + RDP);
966 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 91 milliseconds