Lines Matching refs:current

1053 	struct sym_trans current;
2674 * current BUS mode through the STEST4 IO register.
2733 tp->tinfo.user.scsi_version = tp->tinfo.current.scsi_version= 2;
2734 tp->tinfo.user.spi_version = tp->tinfo.current.spi_version = 2;
2839 else if (tp->tinfo.current.width != tp->tinfo.goal.width)
2844 else if (tp->tinfo.current.period != tp->tinfo.goal.period ||
2845 tp->tinfo.current.offset != tp->tinfo.goal.offset)
2959 * So, we need to abort the current operation prior to
2981 printf("%s: unable to abort current chip operation.\n",
3263 * For 895/6 enable SBMC interrupt and save current SCSI bus mode.
3290 tp->tinfo.current.period = 0;
3291 tp->tinfo.current.offset = 0;
3292 tp->tinfo.current.width = BUS_8_BIT;
3293 tp->tinfo.current.options = 0;
3448 cts.protocol_version = tp->tinfo.current.scsi_version;
3449 cts.transport_version = tp->tinfo.current.spi_version;
3453 cts__spi.sync_period = tp->tinfo.current.period;
3455 cts__spi.sync_offset = tp->tinfo.current.offset;
3457 cts__spi.bus_width = tp->tinfo.current.width;
3459 cts__spi.ppr_options = tp->tinfo.current.options;
3493 tp->tinfo.goal.width = tp->tinfo.current.width = wide;
3494 tp->tinfo.current.offset = 0;
3495 tp->tinfo.current.period = 0;
3496 tp->tinfo.current.options = 0;
3516 tp->tinfo.goal.period = tp->tinfo.current.period = per;
3517 tp->tinfo.goal.offset = tp->tinfo.current.offset = ofs;
3518 tp->tinfo.goal.options = tp->tinfo.current.options = 0;
3537 tp->tinfo.goal.width = tp->tinfo.current.width = wide;
3538 tp->tinfo.goal.period = tp->tinfo.current.period = per;
3539 tp->tinfo.goal.offset = tp->tinfo.current.offset = ofs;
3540 tp->tinfo.goal.options = tp->tinfo.current.options = dt;
3546 * Switch trans mode for current job and it's target.
3679 * current script command:
3980 * that was just before the current DSP value has been
4104 * transfer of the current scatter entry before
4201 * to transfer the rest of the current block.
4423 * - move current data pointer context by one byte.
4473 * Unexpected phase changes that occurs when the current phase
4597 np->squeueput = j; /* Update our current start queue pointer */
4743 if (tp->tinfo.current.options & PPR_OPT_MASK)
4745 else if (tp->tinfo.current.width != BUS_8_BIT)
4747 else if (tp->tinfo.current.offset != 0)
4769 if (tp->tinfo.current.scsi_version > 2 || cp->lun > 7)
5182 tp->tinfo.current.period = 0;
5183 tp->tinfo.current.offset = 0;
5184 tp->tinfo.current.width = BUS_8_BIT;
5185 tp->tinfo.current.options = 0;
5409 * a context for the new current data pointer.
5417 * Get a context for the new current data pointer.
5438 * Set up the new current data pointer.
7553 if (tp->tinfo.current.width != tp->tinfo.goal.width ||
7554 tp->tinfo.current.period != tp->tinfo.goal.period ||
7555 tp->tinfo.current.offset != tp->tinfo.goal.offset ||
7556 tp->tinfo.current.options != tp->tinfo.goal.options) {
7989 tip = &tp->tinfo.current;
8129 tp->tinfo.current.period = tp->tinfo.goal.period = 0;
8130 tp->tinfo.current.offset = tp->tinfo.goal.offset = 0;
8131 tp->tinfo.current.width = tp->tinfo.goal.width = BUS_8_BIT;
8132 tp->tinfo.current.options = tp->tinfo.goal.options = 0;
9336 /* save current state of GPCNTL and GPREG */
9559 /* save current state of GPCNTL and GPREG */