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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dni65.h20 #define CSR0_BABL 0x4000 /* Babble transmitter timeout error (RC) */ macro
H A Dsk_g16.h52 #define CSR0_BABL 0x4000 /* Babble transmitter timeout error (RC) */ macro
H A Dam79c961a.h45 #define CSR0_BABL 0x4000 macro
H A Dsk_mca.h87 #define CSR0_BABL 0x4000 /* transmitter timeout */ macro
H A Dsun3lance.c232 #define CSR0_BABL 0x4000 /* babble: tx-ed too many bits (RC) */ macro
655 DREG = CSR0_BABL | CSR0_MERR | CSR0_CERR | CSR0_MISS;
724 if (csr0 & CSR0_BABL) lp->stats.tx_errors++; /* Tx babble. */
738 // DREG = CSR0_BABL | CSR0_CERR | CSR0_MISS | CSR0_MERR |
H A Datarilance.c332 #define CSR0_BABL 0x4000 /* babble: tx-ed too many bits (RC) */ macro
936 if (csr0 & CSR0_BABL) lp->stats.tx_errors++; /* Tx babble. */
947 DREG = CSR0_BABL | CSR0_CERR | CSR0_MISS | CSR0_MERR |
H A Dbagetlance.c320 #define CSR0_BABL 0x4000 /* babble: tx-ed too many bits (RC) */ macro
1068 if (csr0 & CSR0_BABL) lp->stats.tx_errors++; /* Tx babble. */
1079 DREG = CSR0_BABL | CSR0_CERR | CSR0_MISS | CSR0_MERR |
H A Dsk_mca.c797 if ((csr0val & CSR0_BABL) != 0) {
798 SetLANCE(dev, LANCE_CSR0, csr0val | CSR0_BABL);
H A Dam79c961a.c199 write_rreg (dev->base_addr, CSR0, CSR0_BABL|CSR0_CERR|CSR0_MISS|CSR0_MERR|CSR0_TINT|CSR0_RINT|CSR0_STOP);
H A Dni65.c815 if(csr0 & CSR0_BABL)
926 if(!(csr0 & CSR0_BABL)) /* don't count errors twice */

Completed in 72 milliseconds