Home
last modified time | relevance | path

Searched refs:MP_STEP2 (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/dev/mscp/
H A Dmscpreg.h134 #define MP_STEP2 0x1000 /* step 2 has started */ macro
145 #define ALLSTEPS (MP_ERR | MP_STEP4 | MP_STEP3 | MP_STEP2 | MP_STEP1)
150 #define STEP1GOOD (MP_STEP2 | MP_IE | (NCMDL2 << 3) | NRSPL2)
/netbsd-src/sys/dev/qbus/
H A Duda.c177 if (mscp_waitstep(&mi, MP_STEP2, MP_STEP2) == 0) { in udamatch()
/netbsd-src/sys/arch/vax/boot/boot/
H A Dtmscp.c102 while((udacsr->udasa&MP_STEP2) == 0); in tmscpopen()
H A Dra.c148 while ((*ra_sa & MP_STEP2) == 0) in raopen()