Home
last modified time | relevance | path

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

/drivers/scsi/
Dmac_scsi.c75 #define AFTER_RESET_DELAY (5*HZ/2) macro
77 #define AFTER_RESET_DELAY (HZ/2) macro
154 for( end = jiffies + AFTER_RESET_DELAY; time_before(jiffies, end); ) in mac_scsi_reset_boot()
Datari_scsi.c171 #define AFTER_RESET_DELAY (HZ/2) macro
173 #define AFTER_RESET_DELAY (5*HZ/2) macro
543 end = jiffies + AFTER_RESET_DELAY; in atari_scsi_reset_boot()
Dsun3_scsi.c91 #define AFTER_RESET_DELAY (HZ/2) macro
176 for( end = jiffies + AFTER_RESET_DELAY; time_before(jiffies, end); ) in sun3_scsi_reset_boot()