Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/
Dncr53c8xx.c1230 u_char usrsync; member
3965 tp->usrsync = driver_setup.default_sync; in ncr_prepare_setting()
5322 if (tp->usrsync != 255) { in ncr_init()
5323 if (tp->usrsync <= np->maxsync) { in ncr_init()
5324 if (tp->usrsync < np->minsync) { in ncr_init()
5325 tp->usrsync = np->minsync; in ncr_init()
5329 tp->usrsync = 255; in ncr_init()
5365 u_long minsync = tp->usrsync; in ncr_negotiate()
8538 tp->usrsync = period;