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
141 #define LE_C0_BABL 0x4000 /* Babble: Transmitted too many bits */ macro
463 WRITERDP(lp, LE_C0_BABL|LE_C0_ERR|LE_C0_MISS|LE_C0_INEA); in lance_interrupt()473 if (csr0 & LE_C0_BABL) in lance_interrupt()490 WRITERDP(lp, LE_C0_BABL|LE_C0_CERR|LE_C0_MISS|LE_C0_MERR|LE_C0_IDON|LE_C0_INEA); in lance_interrupt()
432 ll->rdp = LE_C0_BABL | LE_C0_ERR | LE_C0_MISS | LE_C0_INEA; in lance_interrupt()442 if (csr0 & LE_C0_BABL) in lance_interrupt()457 ll->rdp = (LE_C0_BABL | LE_C0_CERR | LE_C0_MISS | LE_C0_MERR | in lance_interrupt()
100 #define LE_C0_BABL 0x4000 /* BAB: Babble: tx timeout. */ macro747 writereg(&ll->rdp, LE_C0_BABL | LE_C0_ERR | LE_C0_MISS | in lance_interrupt()756 if (csr0 & LE_C0_BABL) in lance_interrupt()
133 #define LE_C0_BABL 0x4000 /* BAB: Babble: tx timeout. */ macro829 sbus_writew((LE_C0_BABL | LE_C0_ERR | LE_C0_MISS | in lance_interrupt()840 if (csr0 & LE_C0_BABL) in lance_interrupt()