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

/drivers/net/ethernet/amd/
H A Da2065.h64 #define LE_C0_MERR 0x0800 /* Memory Error */ macro
H A D7990.h144 #define LE_C0_MERR 0x0800 /* Memory Error */ macro
H A D7990.c477 if (csr0 & LE_C0_MERR) {
490 WRITERDP(lp, LE_C0_BABL|LE_C0_CERR|LE_C0_MISS|LE_C0_MERR|LE_C0_IDON|LE_C0_INEA);
H A Ddeclance.c103 #define LE_C0_MERR 0x0800 /* ME: Memory error */ macro
748 LE_C0_CERR | LE_C0_MERR);
762 if (csr0 & LE_C0_MERR) {
H A Da2065.c446 if (csr0 & LE_C0_MERR) {
457 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)
136 #define LE_C0_MERR 0x0800 /* ME: Memory error */ macro
830 LE_C0_CERR | LE_C0_MERR),
846 if (csr0 & LE_C0_MERR) {

Completed in 39 milliseconds