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);
|