Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/amd/
H A Da2065.h61 #define LE_C0_BABL 0x4000 /* Babble: Transmitted too many bits */ macro
H A D7990.h142 #define LE_C0_BABL 0x4000 /* Babble: Transmitted too many bits */ macro
H A D7990.c464 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()
H A Da2065.c429 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()
H A Ddeclance.c101 #define LE_C0_BABL 0x4000 /* BAB: Babble: tx timeout. */ macro
749 writereg(&ll->rdp, LE_C0_BABL | LE_C0_ERR | LE_C0_MISS | in lance_interrupt()
758 if (csr0 & LE_C0_BABL) in lance_interrupt()
H A Dsunlance.c129 #define LE_C0_BABL 0x4000 /* BAB: Babble: tx timeout. */ macro
825 sbus_writew((LE_C0_BABL | LE_C0_ERR | LE_C0_MISS | in lance_interrupt()
836 if (csr0 & LE_C0_BABL) in lance_interrupt()