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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Da2065.h60 #define LE_C0_ERR 0x8000 /* Error */ macro
H A D7990.c207 for (i = 0; (i < 100) && !(READRDP() & (LE_C0_ERR | LE_C0_IDON)); i++)
209 if ((i == 100) || (READRDP() & LE_C0_ERR)) {
426 if ((csr0 & LE_C0_ERR)) {
428 WRITERDP(LE_C0_BABL|LE_C0_ERR|LE_C0_MISS|LE_C0_INEA);
H A D7990.h146 #define LE_C0_ERR 0x8000 /* Error = BABL | CERR | MISS | MERR */ macro
H A Ddeclance.c94 #define LE_C0_ERR 0x8000 /* Error: set if BAB, SQE, MISS or ME is set */ macro
513 if ((i == 100) || (ll->rdp & LE_C0_ERR)) {
517 if ((ll->rdp & LE_C0_ERR)) {
718 if ((csr0 & LE_C0_ERR)) {
720 writereg(&ll->rdp, LE_C0_BABL | LE_C0_ERR | LE_C0_MISS |
H A Da2065.c262 for (i = 0; (i < 100) && !(ll->rdp & (LE_C0_ERR | LE_C0_IDON)); i++)
264 if ((i == 100) || (ll->rdp & LE_C0_ERR)) {
458 if ((csr0 & LE_C0_ERR)) {
460 ll->rdp = LE_C0_BABL|LE_C0_ERR|LE_C0_MISS|LE_C0_INEA;
H A Dsunlance.c129 #define LE_C0_ERR 0x8000 /* Error: set if BAB, SQE, MISS or ME is set */ macro
480 if (regval & (LE_C0_ERR | LE_C0_IDON))
484 if (i == 100 || (regval & LE_C0_ERR)) {
834 if ((csr0 & LE_C0_ERR) != 0) {
836 sbus_writew((LE_C0_BABL | LE_C0_ERR | LE_C0_MISS |

Completed in 104 milliseconds