Searched refs:LE_C0_IDON (Results 1 – 6 of 6) sorted by relevance
67 #define LE_C0_IDON 0x0100 /* Initialization Done */ macro
239 for (i = 0; (i < 100) && !(READRDP(lp) & (LE_C0_ERR | LE_C0_IDON)); i++) in init_restart_lance()247 WRITERDP(lp, LE_C0_IDON); in init_restart_lance()485 WRITERDP(lp, LE_C0_BABL|LE_C0_CERR|LE_C0_MISS|LE_C0_MERR|LE_C0_IDON|LE_C0_INEA); in lance_interrupt()
149 #define LE_C0_IDON 0x0100 /* Initialization Done */ macro
229 for (i = 0; (i < 100) && !(ll->rdp & (LE_C0_ERR | LE_C0_IDON)); i++) in init_restart_lance()237 ll->rdp = LE_C0_IDON; in init_restart_lance()458 LE_C0_IDON | LE_C0_INEA); in lance_interrupt()
106 #define LE_C0_IDON 0x0100 /* IFIN: Init finished. */ macro534 for (i = 0; (i < 100) && !(ll->rdp & LE_C0_IDON); i++) { in init_restart_lance()547 writereg(&ll->rdp, LE_C0_IDON); in init_restart_lance()
140 #define LE_C0_IDON 0x0100 /* IFIN: Init finished. */ macro482 if (regval & (LE_C0_ERR | LE_C0_IDON)) in init_restart_lance()495 sbus_writew(LE_C0_IDON, lp->lregs + RDP); in init_restart_lance()