Home
last modified time | relevance | path

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

/trueos/sys/dev/le/
HDlance.c319 if ((*sc->sc_rdcsr)(sc, LE_CSR0) & LE_C0_IDON) in lance_init_locked()
322 if ((*sc->sc_rdcsr)(sc, LE_CSR0) & LE_C0_IDON) { in lance_init_locked()
HDlancereg.h273 #define LE_C0_IDON 0x0100 /* initialization done */ macro