Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
Dseagate.c389 static int borken_calibration = 0; variable
402 borken_calibration = (count * 4) / (SLOW_RATE * 1024); in borken_init()
404 if (borken_calibration < 1) in borken_init()
405 borken_calibration = 1; in borken_init()
412 for (count = borken_calibration; count && (STATUS & STAT_REQ); in borken_wait()
517 printk (" %d cycles per transfer\n", borken_calibration); in seagate_st0x_detect()