Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
D53c700.c623 __u8 min_xferp = (hostdata->chip710 in NCR_700_offset_period_to_sxfer() local
639 if(XFERP < min_xferp) { in NCR_700_offset_period_to_sxfer()
641 XFERP, min_xferp); in NCR_700_offset_period_to_sxfer()
642 XFERP = min_xferp; in NCR_700_offset_period_to_sxfer()
738 __u8 min_xferp = (hostdata->chip710 ? NCR_710_MIN_XFERP : NCR_700_MIN_XFERP); in NCR_700_chip_setup() local
817 min_period = 1000*(4+min_xferp)/(4*hostdata->sync_clock); in NCR_700_chip_setup()