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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dni65.h23 #define CSR0_MERR 0x0800 /* Memory Error (RC) */ macro
H A Dsun3lance.c224 #define CSR0_MERR 0x0800 /* memory error (RC) */ macro
671 DREG = CSR0_BABL | CSR0_MERR | CSR0_CERR | CSR0_MISS;
742 if (csr0 & CSR0_MERR) {
754 // DREG = CSR0_BABL | CSR0_CERR | CSR0_MISS | CSR0_MERR |
H A Datarilance.c325 #define CSR0_MERR 0x0800 /* memory error (RC) */ macro
955 if (csr0 & CSR0_MERR) {
964 DREG = CSR0_BABL | CSR0_CERR | CSR0_MISS | CSR0_MERR |
H A Dni65.c571 if(inw(PORT+L_DATAREG) & (CSR0_IDON | CSR0_MERR) )
889 if(csr0 & CSR0_MERR) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/arm/
H A Dam79c961a.h42 #define CSR0_MERR 0x0800 macro
H A Dam79c961a.c212 write_rreg (dev->base_addr, CSR0, CSR0_BABL|CSR0_CERR|CSR0_MISS|CSR0_MERR|CSR0_TINT|CSR0_RINT|CSR0_STOP);
609 CSR0_MERR|CSR0_MISS|CSR0_CERR|CSR0_BABL));

Completed in 94 milliseconds