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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dni65.h23 #define CSR0_MERR 0x0800 /* Memory Error (RC) */ macro
H A Dsun3lance.c222 #define CSR0_MERR 0x0800 /* memory error (RC) */ macro
669 DREG = CSR0_BABL | CSR0_MERR | CSR0_CERR | CSR0_MISS;
740 if (csr0 & CSR0_MERR) {
752 // 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 |
H A Dni65.c576 if(inw(PORT+L_DATAREG) & (CSR0_IDON | CSR0_MERR) )
893 if(csr0 & CSR0_MERR) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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);
607 CSR0_MERR|CSR0_MISS|CSR0_CERR|CSR0_BABL));

Completed in 44 milliseconds