Searched refs:scsi_reset_wait (Results 1 – 1 of 1) sorted by relevance
571 uchar scsi_reset_wait; member1932 uchar scsi_reset_wait; /* delay in seconds after scsi bus reset */ member2420 (unsigned)h->start_motor, (unsigned)h->scsi_reset_wait); in asc_prt_asc_dvc_var()2471 (unsigned)h->start_motor, (unsigned)h->scsi_reset_wait); in asc_prt_adv_dvc_var()4267 mdelay(asc_dvc->scsi_reset_wait * 1000); /* XXX: msleep? */ in AscInitAsc1000Driver()4528 mdelay(asc_dvc->scsi_reset_wait * 1000); /* XXX: msleep? */ in AdvResetSB()9223 asc_dvc->scsi_reset_wait = 3; in AscInitAscDvcVar()9555 mdelay(asc_dvc->scsi_reset_wait * 1000); /* XXX: msleep? */ in AscInitFromEEP()9715 if (asc_dvc->scsi_reset_wait > ASC_MAX_SCSI_RESET_WAIT) in AscInitGetConfig()9716 asc_dvc->scsi_reset_wait = ASC_MAX_SCSI_RESET_WAIT; in AscInitGetConfig()[all …]