Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
D53c700.c249 __u8 min_xferp = (hostdata->chip710 in NCR_700_offset_period_to_sxfer() local
267 if(XFERP < min_xferp) { in NCR_700_offset_period_to_sxfer()
268 XFERP = min_xferp; in NCR_700_offset_period_to_sxfer()
644 __u8 min_xferp = (hostdata->chip710 ? NCR_710_MIN_XFERP : NCR_700_MIN_XFERP); in NCR_700_chip_setup() local
742 min_period = 1000*(4+min_xferp)/(4*hostdata->sync_clock); in NCR_700_chip_setup()