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

/drivers/net/ethernet/amd/
H A Dni65.h23 #define CSR0_MERR 0x0800 /* Memory Error (RC) */ macro
H A Dam79c961a.h42 #define CSR0_MERR 0x0800 macro
H A Dsun3lance.c222 #define CSR0_MERR 0x0800 /* memory error (RC) */ macro
680 DREG = CSR0_BABL | CSR0_MERR | CSR0_CERR | CSR0_MISS;
751 if (csr0 & CSR0_MERR) {
763 // DREG = CSR0_BABL | CSR0_CERR | CSR0_MISS | CSR0_MERR |
H A Datarilance.c323 #define CSR0_MERR 0x0800 /* memory error (RC) */ macro
941 if (csr0 & CSR0_MERR) {
950 DREG = CSR0_BABL | CSR0_CERR | CSR0_MISS | CSR0_MERR |

Completed in 190 milliseconds