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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Da2065.h64 #define LE_C0_MERR 0x0800 /* Memory Error */ macro
H A D7990.h150 #define LE_C0_MERR 0x0800 /* Memory Error */ macro
H A D7990.c442 if (csr0 & LE_C0_MERR) {
455 WRITERDP(LE_C0_BABL|LE_C0_CERR|LE_C0_MISS|LE_C0_MERR|LE_C0_IDON|LE_C0_INEA);
H A Ddeclance.c98 #define LE_C0_MERR 0x0800 /* ME: Memory error */ macro
721 LE_C0_CERR | LE_C0_MERR);
735 if (csr0 & LE_C0_MERR) {
H A Da2065.c474 if (csr0 & LE_C0_MERR) {
484 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)
133 #define LE_C0_MERR 0x0800 /* ME: Memory error */ macro
837 LE_C0_CERR | LE_C0_MERR),
853 if (csr0 & LE_C0_MERR) {

Completed in 84 milliseconds