Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/
Da2065.h64 #define LE_C0_MERR 0x0800 /* Memory Error */ macro
D7990.h150 #define LE_C0_MERR 0x0800 /* Memory Error */ macro
D7990.c442 if (csr0 & LE_C0_MERR) { in lance_interrupt()
455 WRITERDP(LE_C0_BABL|LE_C0_CERR|LE_C0_MISS|LE_C0_MERR|LE_C0_IDON|LE_C0_INEA); in lance_interrupt()
Ddeclance.c98 #define LE_C0_MERR 0x0800 /* ME: Memory error */ macro
724 LE_C0_CERR | LE_C0_MERR); in lance_interrupt()
738 if (csr0 & LE_C0_MERR) { in lance_interrupt()
Da2065.c475 if (csr0 & LE_C0_MERR) { in lance_interrupt()
485 ll->rdp = LE_C0_BABL|LE_C0_CERR|LE_C0_MISS|LE_C0_MERR| in lance_interrupt()
Dsunlance.c133 #define LE_C0_MERR 0x0800 /* ME: Memory error */ macro
837 LE_C0_CERR | LE_C0_MERR), in lance_interrupt()
853 if (csr0 & LE_C0_MERR) { in lance_interrupt()