Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/aic94xx/
Daic94xx_seq.c45 #define PAUSE_TRIES 1000 macro
66 int count = PAUSE_TRIES; in asd_pause_cseq()
94 int count = PAUSE_TRIES; in asd_unpause_cseq()
122 int count = PAUSE_TRIES; in asd_seq_pause_lseq()
171 int count = PAUSE_TRIES; in asd_seq_unpause_lseq()
336 for (i = PAUSE_TRIES*100; i > 0; i--) { in asd_download_seq()