Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A D53c700.c236 __u8 min_xferp = (hostdata->chip710 in NCR_700_offset_period_to_sxfer() local
254 if(XFERP < min_xferp) { in NCR_700_offset_period_to_sxfer()
255 XFERP = min_xferp; in NCR_700_offset_period_to_sxfer()
660 __u8 min_xferp = (hostdata->chip710 ? NCR_710_MIN_XFERP : NCR_700_MIN_XFERP); in NCR_700_chip_setup() local
758 min_period = 1000*(4+min_xferp)/(4*hostdata->sync_clock); in NCR_700_chip_setup()