Searched refs:IDON (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Ddepca.h56 #define IDON 0x0100 /* Initialization Done */ macro
H A Dariadne.h186 #define IDON 0x0001 /* Initialization Done */ macro
H A Dariadne.c517 lance->RDP = INEA|BABL|CERR|MISS|MERR|IDON;
721 lance->RDP = INEA|STRT|IDON; /* Resume normal operation. */
H A Ddepca.c1221 for (i = 0; (i < 100) && !(inw(DEPCA_DATA) & IDON); i++);
1224 /* clear IDON by writing a "1", enable interrupts and start lance */
1225 outw(IDON | INEA | STRT, DEPCA_DATA);

Completed in 62 milliseconds