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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Da2065.h67 #define LE_C0_IDON 0x0100 /* Initialization Done */ macro
H A D7990.h153 #define LE_C0_IDON 0x0100 /* Initialization Done */ macro
H A D7990.c207 for (i = 0; (i < 100) && !(READRDP() & (LE_C0_ERR | LE_C0_IDON)); i++)
215 WRITERDP(LE_C0_IDON);
455 WRITERDP(LE_C0_BABL|LE_C0_CERR|LE_C0_MISS|LE_C0_MERR|LE_C0_IDON|LE_C0_INEA);
H A Da2065.c262 for (i = 0; (i < 100) && !(ll->rdp & (LE_C0_ERR | LE_C0_IDON)); i++)
270 ll->rdp = LE_C0_IDON;
485 LE_C0_IDON|LE_C0_INEA;
H A Ddeclance.c101 #define LE_C0_IDON 0x0100 /* IFIN: Init finished. */ macro
510 for (i = 0; (i < 100) && !(ll->rdp & LE_C0_IDON); i++) {
521 writereg(&ll->rdp, LE_C0_IDON);
H A Dsunlance.c136 #define LE_C0_IDON 0x0100 /* IFIN: Init finished. */ macro
480 if (regval & (LE_C0_ERR | LE_C0_IDON))
493 sbus_writew(LE_C0_IDON, lp->lregs + RDP);

Completed in 53 milliseconds