Searched refs:CSR0_BABL (Results 1 – 4 of 4) sorted by relevance
20 #define CSR0_BABL 0x4000 /* Babble transmitter timeout error (RC) */ macro
226 #define CSR0_BABL 0x4000 /* babble: tx-ed too many bits (RC) */ macro666 DREG = CSR0_BABL | CSR0_MERR | CSR0_CERR | CSR0_MISS; in lance_interrupt()735 if (csr0 & CSR0_BABL) dev->stats.tx_errors++; /* Tx babble. */ in lance_interrupt()
326 #define CSR0_BABL 0x4000 /* babble: tx-ed too many bits (RC) */ macro936 if (csr0 & CSR0_BABL) dev->stats.tx_errors++; /* Tx babble. */ in lance_interrupt()947 DREG = CSR0_BABL | CSR0_CERR | CSR0_MISS | CSR0_MERR | in lance_interrupt()
903 if(csr0 & CSR0_BABL) in ni65_interrupt()1018 if(!(csr0 & CSR0_BABL)) /* don't count errors twice */ in ni65_xmit_intr()
Completed in 9 milliseconds