Home
last modified time | relevance | path

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

/drivers/net/ethernet/amd/
Da2065.h67 #define LE_C0_IDON 0x0100 /* Initialization Done */ macro
D7990.c239 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()
D7990.h148 #define LE_C0_IDON 0x0100 /* Initialization Done */ macro
Da2065.c227 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()
Ddeclance.c107 #define LE_C0_IDON 0x0100 /* IFIN: Init finished. */ macro
536 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()
Dsunlance.c135 #define LE_C0_IDON 0x0100 /* IFIN: Init finished. */ macro
477 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()