Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
DNCR5380.c521 #ifndef USLEEP_SLEEP
523 #define USLEEP_SLEEP (20*HZ/1000) macro
531 #define USLEEP_WAITLONG USLEEP_SLEEP
765 printk(" USLEEP, USLEEP_POLL=%d USLEEP_SLEEP=%d", USLEEP_POLL, USLEEP_SLEEP); in NCR5380_print_options()
1799 hostdata->time_expires = jiffies + USLEEP_SLEEP; in NCR5380_transfer_pio()
2627 hostdata->time_expires = jiffies + USLEEP_SLEEP;
2648 hostdata->time_expires = jiffies + USLEEP_SLEEP;
Dg_NCR5380.c88 #define USLEEP_SLEEP 20 macro