Searched refs:scsi_reset_wait (Results 1 – 1 of 1) sorted by relevance
501 uchar scsi_reset_wait; member1821 uchar scsi_reset_wait; /* delay in seconds after scsi bus reset */ member2312 (unsigned)h->start_motor, (unsigned)h->scsi_reset_wait); in asc_prt_asc_dvc_var()2362 (unsigned)h->start_motor, (unsigned)h->scsi_reset_wait); in asc_prt_adv_dvc_var()4043 mdelay(asc_dvc->scsi_reset_wait * 1000); /* XXX: msleep? */ in AscInitAsc1000Driver()4335 mdelay(asc_dvc->scsi_reset_wait * 1000); /* XXX: msleep? */ in AdvResetSB()8626 asc_dvc->scsi_reset_wait = 3; in AscInitAscDvcVar()8946 mdelay(asc_dvc->scsi_reset_wait * 1000); /* XXX: msleep? */ in AscInitFromEEP()9105 if (asc_dvc->scsi_reset_wait > ASC_MAX_SCSI_RESET_WAIT) in AscInitGetConfig()9106 asc_dvc->scsi_reset_wait = ASC_MAX_SCSI_RESET_WAIT; in AscInitGetConfig()[all …]