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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/
H A Dni65.h20 #define CSR0_BABL 0x4000 /* Babble transmitter timeout error (RC) */ macro
H A Datarilance.c328 #define CSR0_BABL 0x4000 /* babble: tx-ed too many bits (RC) */ macro
953 if (csr0 & CSR0_BABL) lp->stats.tx_errors++; /* Tx babble. */
964 DREG = CSR0_BABL | CSR0_CERR | CSR0_MISS | CSR0_MERR |
H A Dsun3lance.c227 #define CSR0_BABL 0x4000 /* babble: tx-ed too many bits (RC) */ macro
671 DREG = CSR0_BABL | CSR0_MERR | CSR0_CERR | CSR0_MISS;
740 if (csr0 & CSR0_BABL) lp->stats.tx_errors++; /* Tx babble. */
754 // DREG = CSR0_BABL | CSR0_CERR | CSR0_MISS | CSR0_MERR |
H A Dni65.c880 if(csr0 & CSR0_BABL)
992 if(!(csr0 & CSR0_BABL)) /* don't count errors twice */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/arm/
H A Dam79c961a.h45 #define CSR0_BABL 0x4000 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 39 milliseconds