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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Da2065.h61 #define LE_C0_BABL 0x4000 /* Babble: Transmitted too many bits */ macro
H A D7990.h143 #define LE_C0_BABL 0x4000 /* Babble: Transmitted too many bits */ macro
H A D7990.c459 WRITERDP(lp, LE_C0_BABL|LE_C0_ERR|LE_C0_MISS|LE_C0_INEA);
469 if (csr0 & LE_C0_BABL)
486 WRITERDP(lp, LE_C0_BABL|LE_C0_CERR|LE_C0_MISS|LE_C0_MERR|LE_C0_IDON|LE_C0_INEA);
H A Da2065.c446 ll->rdp = LE_C0_BABL|LE_C0_ERR|LE_C0_MISS|LE_C0_INEA;
456 if (csr0 & LE_C0_BABL)
471 ll->rdp = LE_C0_BABL|LE_C0_CERR|LE_C0_MISS|LE_C0_MERR|
H A Ddeclance.c101 #define LE_C0_BABL 0x4000 /* BAB: Babble: tx timeout. */ macro
741 writereg(&ll->rdp, LE_C0_BABL | LE_C0_ERR | LE_C0_MISS |
750 if (csr0 & LE_C0_BABL)
H A Dsunlance.c135 #define LE_C0_BABL 0x4000 /* BAB: Babble: tx timeout. */ macro
835 sbus_writew((LE_C0_BABL | LE_C0_ERR | LE_C0_MISS |
846 if (csr0 & LE_C0_BABL)

Completed in 146 milliseconds