Searched refs:CSR0_CERR (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dni65.h21 #define CSR0_CERR 0x2000 /* Collision Error (RC) */ macro
H A Dsun3lance.c224 #define CSR0_CERR 0x2000 /* carrier error (no heartbeat :-) (RC) */ macro
669 DREG = CSR0_BABL | CSR0_MERR | CSR0_CERR | CSR0_MISS;
752 // DREG = CSR0_BABL | CSR0_CERR | CSR0_MISS | CSR0_MERR |
H A Datarilance.c325 #define CSR0_CERR 0x2000 /* carrier error (no heartbeat :-) (RC) */ macro
950 DREG = CSR0_BABL | CSR0_CERR | CSR0_MISS | CSR0_MERR |
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/arm/
H A Dam79c961a.h44 #define CSR0_CERR 0x2000 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));
621 if (status & CSR0_CERR) {

Completed in 123 milliseconds