Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
Dmac_scsi.c93 #define AFTER_RESET_DELAY (5*HZ/2) macro
95 #define AFTER_RESET_DELAY (HZ/2) macro
367 for( end = jiffies + AFTER_RESET_DELAY; time_before(jiffies, end); ) in mac_scsi_reset_boot()
Datari_scsi.c184 #define AFTER_RESET_DELAY (HZ/2) macro
186 #define AFTER_RESET_DELAY (5*HZ/2) macro
891 end = jiffies + AFTER_RESET_DELAY; in atari_scsi_reset_boot()
Dsun3_scsi.c118 #define AFTER_RESET_DELAY (HZ/2) macro
353 for( end = jiffies + AFTER_RESET_DELAY; time_before(jiffies, end); ) in sun3_scsi_reset_boot()
Dsun3_scsi_vme.c90 #define AFTER_RESET_DELAY (HZ/2) macro
329 for( end = jiffies + AFTER_RESET_DELAY; time_before(jiffies, end); ) in sun3_scsi_reset_boot()