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

  /src/sys/dev/mscp/
mscp_subr.c 105 int mscp_waitstep(struct mscp_softc *, int, int);
140 mscp_waitstep(struct mscp_softc *mi, int mask, int result) function in typeref:typename:int
385 status = mscp_waitstep(mi, MP_STEP1, MP_STEP1);/* Wait to it wakes up */
396 status = mscp_waitstep(mi, STEP1MASK, STEP1GOOD);
406 status = mscp_waitstep(mi, STEP2MASK, STEP2GOOD(mi->mi_ivec >> 2));
414 status = mscp_waitstep(mi, STEP3MASK, STEP3GOOD);
mscpvar.h 294 int mscp_waitstep(struct mscp_softc *, int, int);
  /src/sys/dev/qbus/
uda.c 170 if (mscp_waitstep(&mi, MP_STEP1, MP_STEP1) == 0)
177 if (mscp_waitstep(&mi, MP_STEP2, MP_STEP2) == 0) {

Completed in 13 milliseconds