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

  /src/sys/arch/mvme68k/stand/netboot/
if_lereg.h 69 #define LE_C0_STRT 0x0002 /* enable external activity */
if_le.c 257 ler1->ler1_rdp = LE_C0_STRT;
  /src/sys/arch/mvme68k/stand/sboot/
if_lereg.h 70 #define LE_C0_STRT 0x0002 /* enable external activity */
le_poll.c 139 ler1->ler1_rdp = LE_C0_STRT;
  /src/sys/arch/ews4800mips/stand/common/
lance.c 89 *LANCE_RDP = LE_C0_STRT;
388 *LANCE_RDP = LE_C0_INEA | LE_C0_STRT;
499 LE_C0_INEA | LE_C0_RXON | LE_C0_TXON | LE_C0_STRT |
  /src/sys/arch/luna68k/stand/boot/
lance.c 318 lereg->ler_rdp = LE_C0_STRT | LE_C0_IDON;
  /src/sys/arch/vax/boot/boot/
if_le.c 229 LEWRCSR(LE_CSR0, LE_C0_INEA | LE_C0_STRT | LE_C0_IDON);
  /src/sys/dev/ic/
lancereg.h 274 #define LE_C0_STRT 0x0002 /* enable external activity */
lance.c 316 (*sc->sc_wrcsr)(sc, LE_CSR0, LE_C0_INEA | LE_C0_STRT);
  /src/sys/dev/pci/
if_pcn.c 1801 pcn_csr_write(sc, LE_CSR0, LE_C0_INEA | LE_C0_STRT | LE_C0_IDON);

Completed in 21 milliseconds