Searched refs:LE_C0_ERR (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.h60 #define LE_C0_ERR 0x8000 /* Error */ macro
H A D7990.c240 for (i = 0; (i < 100) && !(READRDP(lp) & (LE_C0_ERR | LE_C0_IDON)); i++)
242 if ((i == 100) || (READRDP(lp) & LE_C0_ERR)) {
457 if ((csr0 & LE_C0_ERR)) {
459 WRITERDP(lp, LE_C0_BABL|LE_C0_ERR|LE_C0_MISS|LE_C0_INEA);
H A D7990.h142 #define LE_C0_ERR 0x8000 /* Error = BABL | CERR | MISS | MERR */ macro
H A Da2065.c249 for (i = 0; (i < 100) && !(ll->rdp & (LE_C0_ERR | LE_C0_IDON)); i++)
251 if ((i == 100) || (ll->rdp & LE_C0_ERR)) {
444 if ((csr0 & LE_C0_ERR)) {
446 ll->rdp = LE_C0_BABL|LE_C0_ERR|LE_C0_MISS|LE_C0_INEA;
H A Ddeclance.c100 #define LE_C0_ERR 0x8000 /* Error: set if BAB, SQE, MISS or ME is set */ macro
529 if ((i == 100) || (ll->rdp & LE_C0_ERR)) {
534 if ((ll->rdp & LE_C0_ERR)) {
739 if ((csr0 & LE_C0_ERR)) {
741 writereg(&ll->rdp, LE_C0_BABL | LE_C0_ERR | LE_C0_MISS |
H A Dsunlance.c134 #define LE_C0_ERR 0x8000 /* Error: set if BAB, SQE, MISS or ME is set */ macro
483 if (regval & (LE_C0_ERR | LE_C0_IDON))
487 if (i == 100 || (regval & LE_C0_ERR)) {
833 if ((csr0 & LE_C0_ERR) != 0) {
835 sbus_writew((LE_C0_BABL | LE_C0_ERR | LE_C0_MISS |

Completed in 58 milliseconds