Home
last modified time | relevance | path

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

/drivers/net/ethernet/amd/
Dni65.h20 #define CSR0_BABL 0x4000 /* Babble transmitter timeout error (RC) */ macro
Dam79c961a.h45 #define CSR0_BABL 0x4000 macro
Dsun3lance.c225 #define CSR0_BABL 0x4000 /* babble: tx-ed too many bits (RC) */ macro
682 DREG = CSR0_BABL | CSR0_MERR | CSR0_CERR | CSR0_MISS; in lance_interrupt()
751 if (csr0 & CSR0_BABL) dev->stats.tx_errors++; /* Tx babble. */ in lance_interrupt()
Datarilance.c326 #define CSR0_BABL 0x4000 /* babble: tx-ed too many bits (RC) */ macro
941 if (csr0 & CSR0_BABL) dev->stats.tx_errors++; /* Tx babble. */ in lance_interrupt()
952 DREG = CSR0_BABL | CSR0_CERR | CSR0_MISS | CSR0_MERR | in lance_interrupt()
Dam79c961a.c247 …write_rreg (dev->base_addr, CSR0, CSR0_BABL|CSR0_CERR|CSR0_MISS|CSR0_MERR|CSR0_TINT|CSR0_RINT|CSR0… in am79c961_init_for_open()
599 CSR0_MERR|CSR0_MISS|CSR0_CERR|CSR0_BABL)); in am79c961_interrupt()
Dni65.c908 if(csr0 & CSR0_BABL) in ni65_interrupt()
1023 if(!(csr0 & CSR0_BABL)) /* don't count errors twice */ in ni65_xmit_intr()