Lines Matching defs:time
431 static void nsp32_start_timer(struct scsi_cmnd *SCpnt, int time)
435 nsp32_dbg(NSP32_DEBUG_INTR, "timer=%d", time);
437 if (time & (~TIMER_CNT_MASK)) {
441 nsp32_write2(base, TIMER_SET, time & TIMER_CNT_MASK);
503 // nsp_dbg(NSP32_DEBUG_AUTOSCSI, "sel time out=0x%x\n",
753 * Using udelay(1) consumes CPU time and system time, but
754 * arbitration delay time is defined minimal 2.4us in SCSI
761 int time = 0;
765 time++;
767 (time <= ARBIT_TIMEOUT_TIME));
770 "arbit: 0x%x, delay time: %d", arbit, time);
859 * Note: NinjaSCSI-32Bi/UDE bus master can not transfer over 64KB at a time.
889 "can't transfer over 64KB at a time, "
976 * If target is the first time to transfer after the reset
2165 * AutoSCSI restart, at the same time MsgOutOccur should be
2896 return SUCCESS; /* Host reset is succeeded at any time. */
2991 * Reset time which is designated by EEPROM.
3077 * Reset time which is designated by EEPROM.