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

  /src/sys/arch/mvme68k/stand/netboot/
if_lereg.h 56 #define LE_C0_BABL 0x4000 /* transmitter timeout error */
if_le.c 168 if (ler1->ler1_rdp & LE_C0_BABL)
370 if ((ler1->ler1_rdp & (LE_C0_BABL | LE_C0_CERR | LE_C0_MISS |
  /src/sys/arch/mvme68k/stand/sboot/
if_lereg.h 57 #define LE_C0_BABL 0x4000 /* transmitter timeout error */
le_poll.c 53 if (ler1->ler1_rdp & LE_C0_BABL) {
241 (LE_C0_BABL|LE_C0_CERR|LE_C0_MISS|LE_C0_MERR)) !=
  /src/sys/arch/luna68k/stand/boot/
lance.c 198 stat & (LE_C0_BABL | LE_C0_CERR | LE_C0_MISS | LE_C0_TINT);
200 if (stat & (LE_C0_BABL | LE_C0_CERR | LE_C0_MISS | LE_C0_MERR))
  /src/sys/dev/ic/
am7990.c 390 isr & (LE_C0_INEA | LE_C0_BABL | LE_C0_MISS | LE_C0_MERR |
394 if (isr & LE_C0_BABL) {
am79900.c 412 isr & (LE_C0_INEA | LE_C0_BABL | LE_C0_MISS | LE_C0_MERR |
415 if (isr & LE_C0_BABL) {
lancereg.h 261 #define LE_C0_BABL 0x4000 /* transmitter timeout error */
  /src/sys/arch/vax/boot/boot/
if_le.c 246 LEWRCSR(LE_CSR0, csr & (LE_C0_BABL|LE_C0_MISS|LE_C0_MERR|LE_C0_RINT));
  /src/sys/dev/pci/
if_pcn.c 1208 (LE_C0_INEA | LE_C0_BABL | LE_C0_MISS | LE_C0_MERR |
1224 if (csr0 & LE_C0_BABL) {

Completed in 19 milliseconds