Home | History | Annotate | Download | only in maple

Lines Matching defs:phase

64 	uint8_t		phase;		/* 0, 1, 2, 3: for each 128 byte */
384 sc->sc_reqw.phase = 0;
414 if (++sc->sc_reqw.phase == sc->sc_wacc) {
415 /* all phase done */
418 /* go next phase */
421 sc->sc_waccsz * sc->sc_reqw.phase,
457 printf(" Phase error");
559 * Start the first phase (phase# = 0).
566 sc->sc_reqw.phase = 0; /* first phase */
568 (char *) bp->lb_data /* + sc->sc_waccsz * phase */, sc->sc_waccsz);