Searched defs:LE_C0_MERR (Results 1 - 4 of 4) sorted by relevance

/drivers/net/ethernet/amd/
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 Ddeclance.c104 #define LE_C0_MERR 0x0800 /* ME: Memory error */ macro
751 LE_C0_CERR | LE_C0_MERR);
765 if (csr0 & 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 32 milliseconds