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

/drivers/net/ethernet/amd/
H A Da2065.h67 #define LE_C0_IDON 0x0100 /* Initialization Done */ macro
H A D7990.h147 #define LE_C0_IDON 0x0100 /* Initialization Done */ macro
H A D7990.c238 for (i = 0; (i < 100) && !(READRDP(lp) & (LE_C0_ERR | LE_C0_IDON)); i++)
246 WRITERDP(lp, LE_C0_IDON);
490 WRITERDP(lp, LE_C0_BABL|LE_C0_CERR|LE_C0_MISS|LE_C0_MERR|LE_C0_IDON|LE_C0_INEA);
H A Da2065.c230 for (i = 0; (i < 100) && !(ll->rdp & (LE_C0_ERR | LE_C0_IDON)); i++)
238 ll->rdp = LE_C0_IDON;
458 LE_C0_IDON | LE_C0_INEA);
H A Ddeclance.c106 #define LE_C0_IDON 0x0100 /* IFIN: Init finished. */ macro
534 for (i = 0; (i < 100) && !(ll->rdp & LE_C0_IDON); i++) {
547 writereg(&ll->rdp, LE_C0_IDON);
H A Dsunlance.c139 #define LE_C0_IDON 0x0100 /* IFIN: Init finished. */ macro
481 if (regval & (LE_C0_ERR | LE_C0_IDON))
494 sbus_writew(LE_C0_IDON, lp->lregs + RDP);

Completed in 53 milliseconds