Lines Matching refs:scsi_reset_wait
1619 uchar scsi_reset_wait; member
3122 uchar scsi_reset_wait; /* delay in seconds after scsi bus reset */ member
5216 ep_3550->scsi_reset_delay = adv_dvc_varp->scsi_reset_wait; in ASC_INITFUNC()
5243 adv_dvc_varp->scsi_reset_wait; in ASC_INITFUNC()
5270 adv_dvc_varp->scsi_reset_wait; in ASC_INITFUNC()
9579 (unsigned) h->scsi_reset_wait); in asc_prt_asc_dvc_var()
9703 (unsigned) h->scsi_reset_wait, (unsigned) h->irq_no); in asc_prt_adv_dvc_var()
12369 if (asc_dvc->scsi_reset_wait > ASC_MAX_SCSI_RESET_WAIT) { in ASC_INITFUNC()
12370 asc_dvc->scsi_reset_wait = ASC_MAX_SCSI_RESET_WAIT; in ASC_INITFUNC()
12478 ((ushort) asc_dvc->scsi_reset_wait * 1000)); in AscInitAsc1000Driver()
12546 asc_dvc->scsi_reset_wait = 3; in ASC_INITFUNC()
12644 ((ushort) asc_dvc->scsi_reset_wait * 1000)); in ASC_INITFUNC()
16974 asc_dvc->scsi_reset_wait = eep_config.scsi_reset_delay; in ASC_INITFUNC()
17152 asc_dvc->scsi_reset_wait = eep_config.scsi_reset_delay; in ASC_INITFUNC()
17430 asc_dvc->scsi_reset_wait = eep_config.scsi_reset_delay; in ASC_INITFUNC()
18157 DvcSleepMilliSecond((ADV_DCNT) asc_dvc->scsi_reset_wait * 1000); in AdvResetSB()