HomeSort by: relevance | last modified time | path
    Searched refs:LE_C0_IDON (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/arch/mvme68k/stand/netboot/
if_lereg.h 62 #define LE_C0_IDON 0x0100 /* initialization done */
if_le.c 254 } while ((stat & LE_C0_IDON) == 0);
256 ler1->ler1_rdp = LE_C0_IDON;
  /src/sys/arch/mvme68k/stand/sboot/
if_lereg.h 63 #define LE_C0_IDON 0x0100 /* initialization done */
le_poll.c 136 } while ((stat & LE_C0_IDON) == 0);
138 ler1->ler1_rdp = LE_C0_IDON;
  /src/sys/arch/luna68k/stand/boot/
lance.c 315 } while ((reg & LE_C0_IDON) == 0);
318 lereg->ler_rdp = LE_C0_STRT | LE_C0_IDON;
  /src/sys/arch/vax/boot/boot/
if_le.c 221 if (LERDCSR(LE_CSR0) & LE_C0_IDON)
229 LEWRCSR(LE_CSR0, LE_C0_INEA | LE_C0_STRT | LE_C0_IDON);
  /src/sys/arch/vax/if/
if_le_vsbus.c 180 if (*rdp & LE_C0_IDON)
  /src/sys/dev/ic/
lance.c 311 if ((*sc->sc_rdcsr)(sc, LE_CSR0) & LE_C0_IDON)
314 if ((*sc->sc_rdcsr)(sc, LE_CSR0) & LE_C0_IDON) {
lancereg.h 267 #define LE_C0_IDON 0x0100 /* initialization done */
am7990.c 391 LE_C0_RINT | LE_C0_TINT | LE_C0_IDON));
am79900.c 413 LE_C0_RINT | LE_C0_TINT | LE_C0_IDON));
  /src/sys/dev/pci/
if_pcn.c 1209 LE_C0_RINT | LE_C0_TINT | LE_C0_IDON));
1767 if (pcn_csr_read(sc, LE_CSR0) & LE_C0_IDON)
1784 pcn_csr_write(sc, LE_CSR0, LE_C0_INEA | LE_C0_STRT | LE_C0_IDON);

Completed in 17 milliseconds