Lines Matching defs:time
424 static void nsp32_start_timer(struct scsi_cmnd *SCpnt, int time)
428 nsp32_dbg(NSP32_DEBUG_INTR, "timer=%d", time);
430 if (time & (~TIMER_CNT_MASK)) {
434 nsp32_write2(base, TIMER_SET, time & TIMER_CNT_MASK);
496 // nsp_dbg(NSP32_DEBUG_AUTOSCSI, "sel time out=0x%x\n", nsp32_read2(base, SEL_TIME_OUT));
744 * Using udelay(1) consumes CPU time and system time, but
745 * arbitration delay time is defined minimal 2.4us in SCSI
752 int time = 0;
756 time++;
758 (time <= ARBIT_TIMEOUT_TIME));
761 "arbit: 0x%x, delay time: %d", arbit, time);
849 * Note: NinjaSCSI-32Bi/UDE bus master can not transfer over 64KB at a time.
879 "can't transfer over 64KB at a time, size=0x%lx", le32_to_cpu(sgt[i].len));
970 * If target is the first time to transfer after the reset
2160 * AutoSCSI restart, at the same time MsgOutOccur should be
2896 return SUCCESS; /* Host reset is succeeded at any time. */
2990 * Reset time which is designated by EEPROM.
3076 * Reset time which is designated by EEPROM.