Searched refs:LE_C0_MERR (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 Da2065.h64 #define LE_C0_MERR 0x0800 /* Memory Error */ macro
H A D7990.h146 #define LE_C0_MERR 0x0800 /* Memory Error */ macro
H A D7990.c473 if (csr0 & LE_C0_MERR) {
486 WRITERDP(lp, LE_C0_BABL|LE_C0_CERR|LE_C0_MISS|LE_C0_MERR|LE_C0_IDON|LE_C0_INEA);
H A Ddeclance.c104 #define LE_C0_MERR 0x0800 /* ME: Memory error */ macro
742 LE_C0_CERR | LE_C0_MERR);
756 if (csr0 & LE_C0_MERR) {
H A Da2065.c460 if (csr0 & LE_C0_MERR) {
471 ll->rdp = LE_C0_BABL|LE_C0_CERR|LE_C0_MISS|LE_C0_MERR|
H A Dsunlance.c48 * 11/17/96: Handle LE_C0_MERR in lance_interrupt(). (ecd@skynet.be)
138 #define LE_C0_MERR 0x0800 /* ME: Memory error */ macro
836 LE_C0_CERR | LE_C0_MERR),
852 if (csr0 & LE_C0_MERR) {

Completed in 81 milliseconds