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

/external/grub/netboot/
H A Ddepca.c282 #define IDON 0x0100 /* Initialization Done */ macro
521 for (i = 0; i < 100 && !(inw(DEPCA_DATA) & IDON); i++)
524 /* clear IDON by writing a 1, and start LANCE */
525 outw(IDON | STRT, DEPCA_DATA);

Completed in 71 milliseconds