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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dmac_scsi.c88 #define AFTER_RESET_DELAY (5*HZ/2) macro
90 #define AFTER_RESET_DELAY (HZ/2) macro
335 for( end = jiffies + AFTER_RESET_DELAY; time_before(jiffies, end); )
H A Dsun3_scsi.c126 #define AFTER_RESET_DELAY (HZ/2) macro
356 for( end = jiffies + AFTER_RESET_DELAY; time_before(jiffies, end); )
H A Dsun3_scsi_vme.c88 #define AFTER_RESET_DELAY (HZ/2) macro
322 for( end = jiffies + AFTER_RESET_DELAY; time_before(jiffies, end); )
H A Datari_scsi.c181 #define AFTER_RESET_DELAY (HZ/2) macro
183 #define AFTER_RESET_DELAY (5*HZ/2) macro
833 end = jiffies + AFTER_RESET_DELAY;

Completed in 65 milliseconds