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()491 WRITERDP(lp, LE_C0_BABL|LE_C0_CERR|LE_C0_MISS|LE_C0_MERR|LE_C0_IDON|LE_C0_INEA); in lance_interrupt()
148 #define LE_C0_IDON 0x0100 /* Initialization Done */ macro
227 for (i = 0; (i < 100) && !(ll->rdp & (LE_C0_ERR | LE_C0_IDON)); i++) in init_restart_lance()235 ll->rdp = LE_C0_IDON; in init_restart_lance()455 LE_C0_IDON | LE_C0_INEA); in lance_interrupt()
107 #define LE_C0_IDON 0x0100 /* IFIN: Init finished. */ macro536 for (i = 0; (i < 100) && !(ll->rdp & LE_C0_IDON); i++) { in init_restart_lance()549 writereg(&ll->rdp, LE_C0_IDON); in init_restart_lance()
135 #define LE_C0_IDON 0x0100 /* IFIN: Init finished. */ macro477 if (regval & (LE_C0_ERR | LE_C0_IDON)) in init_restart_lance()490 sbus_writew(LE_C0_IDON, lp->lregs + RDP); in init_restart_lance()