Home
last modified time | relevance | path

Searched refs:AFTER_RESET_DELAY (Results 1 – 4 of 4) sorted by relevance

/drivers/scsi/
Dmac_scsi.c92 #define AFTER_RESET_DELAY (5*HZ/2) macro
94 #define AFTER_RESET_DELAY (HZ/2) macro
353 for( end = jiffies + AFTER_RESET_DELAY; time_before(jiffies, end); ) in mac_scsi_reset_boot()
Datari_scsi.c181 #define AFTER_RESET_DELAY (HZ/2) macro
183 #define AFTER_RESET_DELAY (5*HZ/2) macro
855 end = jiffies + AFTER_RESET_DELAY; in atari_scsi_reset_boot()
Dsun3_scsi_vme.c91 #define AFTER_RESET_DELAY (HZ/2) macro
329 for( end = jiffies + AFTER_RESET_DELAY; time_before(jiffies, end); ) in sun3_scsi_reset_boot()
Dsun3_scsi.c126 #define AFTER_RESET_DELAY (HZ/2) macro
360 for( end = jiffies + AFTER_RESET_DELAY; time_before(jiffies, end); ) in sun3_scsi_reset_boot()