Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/amd/
H A Da2065.h60 #define LE_C0_ERR 0x8000 /* Error */ macro
H A D7990.c239 for (i = 0; (i < 100) && !(READRDP(lp) & (LE_C0_ERR | LE_C0_IDON)); i++) in init_restart_lance()
241 if ((i == 100) || (READRDP(lp) & LE_C0_ERR)) { in init_restart_lance()
462 if ((csr0 & LE_C0_ERR)) { in lance_interrupt()
464 WRITERDP(lp, LE_C0_BABL|LE_C0_ERR|LE_C0_MISS|LE_C0_INEA); in lance_interrupt()
H A Da2065.c227 for (i = 0; (i < 100) && !(ll->rdp & (LE_C0_ERR | LE_C0_IDON)); i++) in init_restart_lance()
229 if ((i == 100) || (ll->rdp & LE_C0_ERR)) { in init_restart_lance()
427 if (csr0 & LE_C0_ERR) { in lance_interrupt()
429 ll->rdp = LE_C0_BABL | LE_C0_ERR | LE_C0_MISS | LE_C0_INEA; in lance_interrupt()
H A D7990.h141 #define LE_C0_ERR 0x8000 /* Error = BABL | CERR | MISS | MERR */ macro
H A Ddeclance.c100 #define LE_C0_ERR 0x8000 /* Error: set if BAB, SQE, MISS or ME is set */ macro
539 if ((i == 100) || (ll->rdp & LE_C0_ERR)) { in init_restart_lance()
544 if ((ll->rdp & LE_C0_ERR)) { in init_restart_lance()
747 if ((csr0 & LE_C0_ERR)) { in lance_interrupt()
749 writereg(&ll->rdp, LE_C0_BABL | LE_C0_ERR | LE_C0_MISS | in lance_interrupt()
H A Dsunlance.c128 #define LE_C0_ERR 0x8000 /* Error: set if BAB, SQE, MISS or ME is set */ macro
477 if (regval & (LE_C0_ERR | LE_C0_IDON)) in init_restart_lance()
481 if (i == 100 || (regval & LE_C0_ERR)) { in init_restart_lance()
823 if ((csr0 & LE_C0_ERR) != 0) { in lance_interrupt()
825 sbus_writew((LE_C0_BABL | LE_C0_ERR | LE_C0_MISS | in lance_interrupt()