Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/scsi/aic94xx/
Daic94xx_seq.c27 #define PAUSE_TRIES 1000 macro
48 int count = PAUSE_TRIES; in asd_pause_cseq()
76 int count = PAUSE_TRIES; in asd_unpause_cseq()
104 int count = PAUSE_TRIES; in asd_seq_pause_lseq()
153 int count = PAUSE_TRIES; in asd_seq_unpause_lseq()
318 for (i = PAUSE_TRIES*100; i > 0; i--) { in asd_download_seq()