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

/drivers/net/ethernet/amd/
H A Da2065.h61 #define LE_C0_BABL 0x4000 /* Babble: Transmitted too many bits */ macro
H A D7990.h141 #define LE_C0_BABL 0x4000 /* Babble: Transmitted too many bits */ macro
H A D7990.c463 WRITERDP(lp, LE_C0_BABL|LE_C0_ERR|LE_C0_MISS|LE_C0_INEA);
473 if (csr0 & LE_C0_BABL)
490 WRITERDP(lp, LE_C0_BABL|LE_C0_CERR|LE_C0_MISS|LE_C0_MERR|LE_C0_IDON|LE_C0_INEA);
H A Da2065.c432 ll->rdp = LE_C0_BABL | LE_C0_ERR | LE_C0_MISS | LE_C0_INEA;
442 if (csr0 & LE_C0_BABL)
457 ll->rdp = (LE_C0_BABL | LE_C0_CERR | LE_C0_MISS | LE_C0_MERR |
H A Ddeclance.c100 #define LE_C0_BABL 0x4000 /* BAB: Babble: tx timeout. */ macro
747 writereg(&ll->rdp, LE_C0_BABL | LE_C0_ERR | LE_C0_MISS |
756 if (csr0 & LE_C0_BABL)
H A Dsunlance.c133 #define LE_C0_BABL 0x4000 /* BAB: Babble: tx timeout. */ macro
829 sbus_writew((LE_C0_BABL | LE_C0_ERR | LE_C0_MISS |
840 if (csr0 & LE_C0_BABL)

Completed in 21 milliseconds