Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/
D53c700.h423 #define NCR_700_MIN_PERIOD 25 /* for SDTR message, 100ns */ macro
D53c700.c245 …0: Period %dns is less than this chip's minimum, setting to %d\n", period*4, NCR_700_MIN_PERIOD*4); in NCR_700_offset_period_to_sxfer()
759 hostdata->min_period = NCR_700_MIN_PERIOD; in NCR_700_chip_setup()
760 if(min_period > NCR_700_MIN_PERIOD) in NCR_700_chip_setup()