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

  /src/sys/dev/mscp/
mscpreg.h 135 #define MP_STEP1 0x0800 /* step 1 has started */
145 #define ALLSTEPS (MP_ERR | MP_STEP4 | MP_STEP3 | MP_STEP2 | MP_STEP1)
mscp_subr.c 385 status = mscp_waitstep(mi, MP_STEP1, MP_STEP1);/* Wait to it wakes up */
  /src/sys/arch/vax/boot/boot/
tmscp.c 100 while((udacsr->udasa&MP_STEP1) == 0);
ra.c 142 while ((*ra_sa & MP_STEP1) == 0)
145 printf("MP_STEP1...");
  /src/sys/dev/qbus/
uda.c 170 if (mscp_waitstep(&mi, MP_STEP1, MP_STEP1) == 0)
  /src/sys/arch/vax/boot/xxboot/
bootxx.c 249 while ((csr->udasa & MP_STEP1) == 0)

Completed in 14 milliseconds