Searched refs:LE_C0_ERR (Results 1 – 4 of 4) sorted by relevance
60 #define LE_C0_ERR 0x8000 /* Error */ macro
239 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()
141 #define LE_C0_ERR 0x8000 /* Error = BABL | CERR | MISS | MERR */ macro
128 #define LE_C0_ERR 0x8000 /* Error: set if BAB, SQE, MISS or ME is set */ macro477 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()