Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/
D53c700.c237 __u8 min_xferp = (hostdata->chip710 in NCR_700_offset_period_to_sxfer() local
255 if(XFERP < min_xferp) { in NCR_700_offset_period_to_sxfer()
256 XFERP = min_xferp; in NCR_700_offset_period_to_sxfer()
631 __u8 min_xferp = (hostdata->chip710 ? NCR_710_MIN_XFERP : NCR_700_MIN_XFERP); in NCR_700_chip_setup() local
729 min_period = 1000*(4+min_xferp)/(4*hostdata->sync_clock); in NCR_700_chip_setup()