Searched refs:LE_C0_BABL (Results 1 – 6 of 6) sorted by relevance
61 #define LE_C0_BABL 0x4000 /* Babble: Transmitted too many bits */ macro
464 WRITERDP(lp, LE_C0_BABL|LE_C0_ERR|LE_C0_MISS|LE_C0_INEA); in lance_interrupt()474 if (csr0 & LE_C0_BABL) in lance_interrupt()491 WRITERDP(lp, LE_C0_BABL|LE_C0_CERR|LE_C0_MISS|LE_C0_MERR|LE_C0_IDON|LE_C0_INEA); in lance_interrupt()
142 #define LE_C0_BABL 0x4000 /* Babble: Transmitted too many bits */ macro
429 ll->rdp = LE_C0_BABL | LE_C0_ERR | LE_C0_MISS | LE_C0_INEA; in lance_interrupt()439 if (csr0 & LE_C0_BABL) in lance_interrupt()454 ll->rdp = (LE_C0_BABL | LE_C0_CERR | LE_C0_MISS | LE_C0_MERR | in lance_interrupt()
101 #define LE_C0_BABL 0x4000 /* BAB: Babble: tx timeout. */ macro749 writereg(&ll->rdp, LE_C0_BABL | LE_C0_ERR | LE_C0_MISS | in lance_interrupt()758 if (csr0 & LE_C0_BABL) in lance_interrupt()
129 #define LE_C0_BABL 0x4000 /* BAB: Babble: tx timeout. */ macro825 sbus_writew((LE_C0_BABL | LE_C0_ERR | LE_C0_MISS | in lance_interrupt()836 if (csr0 & LE_C0_BABL) in lance_interrupt()